Grammar and spelling corrections (#20698)

"The effective" on the second to last sentence seemed awkward in conveying the intended idea.
This commit is contained in:
midwhiteflav
2018-11-01 03:59:05 -05:00
committed by Manish Giri
parent 5c3d2e5213
commit e4349263ae

View File

@ -13,8 +13,8 @@ FreeBSD is the most popular member.
BSD is configured for internet hosting, web hosting, and hosting many servers on one system.
It is the first OS to have added an internet protocol.
BSD OSes have a very strongly enforced time-sharing system, which makes them most useful where resources are shared between processes.
As a comparision, the Linux OS is known to be preferred for single-task processes such as supercomputers and desktops.
The effective BSD multi-tasking forced-interrupt part of timesharing gets in the way of dedicated single processes.
As a comparison, the Linux OS is known to be preferred for single-task processes such as supercomputers and desktops.
Effectively, the BSD multi-tasking forced-interrupt part of timesharing gets in the way of dedicated single processes.
BSD includes a 'Jails' system which is somewhat analogous to Linux Containers -- except with additional security and flexibility in implementation.