[Twisted-Python] monitoring twisted services / processes

2009-02-19 Thread Michele -
Hi, background: I'm currently working on a PoC with twisted, Python, to prove the technology as an alternative to more established enterprise choices (java app servers, etc..). The idea is to build lightweight services to process atomic "chunks" of business processes, that can scale horizontally

[Twisted-Python] Asynchronous gzipped content decompression: best approach

2010-07-30 Thread Michele -
post the final code for future reference if anyone is interested Michele ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Asynchronous gzipped content decompression: best approach

2010-07-30 Thread Michele -
HiĀ Itamar, Thanks for the hint, it took me a while to make it work but it does do the job very well. For future reference to the thread readers, the bytes to skip are the first 10 of the first set of data received by the protocol. Thanks again Michele