Date: Wed, 26 Apr 2000 07:44:15 -0700 (PDT) From: "Eric J. Schwertfeger" <ejs@bfd.com> To: Frankie Li <notme@lvdi.net> Cc: muthiah anand <smanand@hotmail.com>, freebsd-questions@FreeBSD.ORG Subject: Re: need about 5000 tcp connection....how to? Message-ID: <Pine.BSF.4.10.10004260741230.19193-100000@harlie.bfd.com> In-Reply-To: <39063D55.3E293BB0@lvdi.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 25 Apr 2000, Frankie Li wrote: > I meant please do correct me if I am wrong... sorry for the > misunderstanding... There are some things that can't be done with threads that forking buys you. One thread that goes wrong is more likely to cause problems with the server (core dumping, infinite loop) than a forked process would, and a thread can't suid(). That said, I believe that there are times that threads may be more appropriate than forking. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10004260741230.19193-100000>