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 discussion > Message-ID: <1245073519.875

Re: [Twisted-Python] serial port protocols

2009-06-15 Thread Itamar Shtull-Trauring
On Sat, 2009-06-13 at 21:13 +1000, Brendan Simon wrote: > Can twisted be used to access a serial port on OS X, MS Windows, linux, > etc ??? Yes, via the twisted.internet.serial module. > Is there any support for serial protocols (eg. BISYNC, PPP, etc) ??? You'd have to write them yourself, excep

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