Re: [Twisted-Python] Question about File Descriptors

2009-06-15 Thread Andrew Francis
Hi Itamar: --- On Mon, 6/15/09, twisted-python-requ...@twistedmatrix.com wrote: > Message: 2 > Date: Mon, 15 Jun 2009 09:45:19 -0400 > From: Itamar Shtull-Trauring > Subject: Re: [Twisted-Python] Question about File > Descriptors > To: Twisted general discus

Re: [Twisted-Python] Question about File Descriptors

2009-06-15 Thread Itamar Shtull-Trauring
On Fri, 2009-06-12 at 06:50 -0700, Andrew Francis wrote: > What are the memory ramifications (i.e, I raise the max descriptor > count to 65535)? The memory in use by your own Python objects will probably take the most memory, so you'll need to figure that out on your own. > Also should I move t

[Twisted-Python] Question about File Descriptors

2009-06-12 Thread Andrew Francis
Hi Folks: This is not a Twisted question per se but here goes. I am using Linux. I want to do some tests and I need to increase the numbers of file descriptors. What are the memory ramifications (i.e, I raise the max descriptor count to 65535)? Also should I move to the EPoll reactor? Thanks i