[Twisted-Python] data dispatch on massive connection counts

Tobias Oberstein tobias.oberstein at tavendo.de
Tue Nov 15 06:02:38 EST 2011


> > and the fact that Python uses fopen() from libc, not open() from Posix
> 
> I know you've solved it know, but just to check, you are of course aware of
> os.open (which maps directly to Posix open)

Yes, thanks, I am aware.

However, i.e. Twisted Web uses open(), not os.open():

twisted.python.filepath.py => line 643

Luckily, it has no problems with monkey patching open() to the new Python IO
which under the hood also uses Posix open.



More information about the Twisted-Python mailing list