Re: [Twisted-Python] Fork/Spawn children to accept connections on the same port.

2009-04-11 Thread Jean-Paul Calderone
On Fri, 10 Apr 2009 10:16:06 -0700, Eric York wrote: From: Jean-Paul Calderone Date: April 10, 2009 8:57:19 AM PDT To: Twisted general discussion Subject: Re: [Twisted-Python] Fork/Spawn children to accept connections on the same port. Reply-To: Twisted general discussion On Mon, 6

Re: [Twisted-Python] Fork/Spawn children to accept connections on the same port.

2009-04-10 Thread Eric York
From: Jean-Paul Calderone Date: April 10, 2009 8:57:19 AM PDT To: Twisted general discussion Subject: Re: [Twisted-Python] Fork/Spawn children to accept connections on the same port. Reply-To: Twisted general discussion pyt...@twistedmatrix.com> On Mon, 6 Apr 2009 15:25:39 -0700, E

Re: [Twisted-Python] Fork/Spawn children to accept connections on the same port.

2009-04-10 Thread Jean-Paul Calderone
On Mon, 6 Apr 2009 15:25:39 -0700, Eric York wrote: I am trying to get the highest level of performance using all of the processors cores on a server. In the past, a unix app would bind/listen to a socket and then fork or spawn children to accept connections on that socket. I can’t see how t