Date: Thu, 7 Dec 1995 05:46:10 -0600 (CST) From: Joe Greco <jgreco@brasil.moneng.mei.com> To: turetta@trust.stylo.it (Angelo Turetta) Cc: freebsd-hackers@freebsd.org Subject: Re: User space PPP & leased line Message-ID: <199512071146.FAA10177@brasil.moneng.mei.com> In-Reply-To: <30C378D2@trust.stylo.it> from "Angelo Turetta" at Dec 4, 95 11:42:00 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> BTW, is there any {performance|machine load|memory usage} gain using one or > the other of the two ppp daemons ? The kernel mode PPP should conceptually be more efficient and robust because it is built into the kernel. It does not have the same problems of context switching, using memory per process, etc. etc... However, the user mode PPP is easier to debug and hack on. It has some rather severe bugs for any site that wants to run more than just a few, but these are known quantities and tend to be easier to fix than kernel bugs. :-) ... Joe ------------------------------------------------------------------------------- Joe Greco - Systems Administrator jgreco@ns.sol.net Solaria Public Access UNIX - Milwaukee, WI 414/342-4847
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512071146.FAA10177>