[Twisted-Python] twisted.web benchmarks

2009-02-17 Thread Alvin Delagon
Hello All, First of all thanks for all the pointers in the #twisted about twisted.web being able to use threadpool. Here's the benchmark between cherryPy 3.0 and twisted.web that I promised. I hope this could serve as a reference in the future. *Testing parameters:* - Office PC: Intel(R) Pentium(

[Twisted-Python] Available for short-term Twisted consulting, e.g. training, design (but not coding)

2009-02-17 Thread Itamar Shtull-Trauring
Need help with Twisted, distributed systems or or just plain old software architecture? Due to a repetitive strain injury I am unable to type much (though I am slowly improving), and so I'm taking time off of work to recover. As a result I am available for short-term consulting until I recover, e

Re: [Twisted-Python] Correct pattern to do SSH forwarding in a GUI

2009-02-17 Thread Luper Rouch
gl...@divmod.com wrote: On 04:19 am, luper.ro...@gmail.com wrote: My first attempt was to run the reactor in the main thread, but the application was "freezing" when e.g. doing a SELECT with SQLAlchemy/psycopg2 (I guess because psycopg2 just waits for data and blocks the twisted reactor). So I

[Twisted-Python] Test, please ignore

2009-02-17 Thread Itamar Shtull-Trauring
___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Correct pattern to do SSH forwarding in a GUI

2009-02-17 Thread glyph
On 04:19 am, luper.ro...@gmail.com wrote: My first attempt was to run the reactor in the main thread, but the application was "freezing" when e.g. doing a SELECT with SQLAlchemy/psycopg2 (I guess because psycopg2 just waits for data and blocks the twisted reactor). So I put reactor.run() in a t