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
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
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
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
to do that in Twisted. Can someone point me in the r