Re: [Twisted-Python] Very interesting....

2010-04-26 Thread Manlio Perillo
exar...@twistedmatrix.com ha scritto: > On 03:37 pm, manlio_peri...@libero.it wrote: >> exar...@twistedmatrix.com ha scritto: >>> On 01:13 am, jasonjwwilli...@gmail.com wrote: I didn't notice the benchmarks...good catch. I was more interested in the conciseness or lack thereof with the va

Re: [Twisted-Python] Very interesting....

2010-04-26 Thread Manlio Perillo
exar...@twistedmatrix.com ha scritto: > On 01:13 am, jasonjwwilli...@gmail.com wrote: >> I didn't notice the benchmarks...good catch. I was more interested in >> the conciseness or lack thereof with the various frameworks. Very >> surprised that Twisted was nearly as clean and easy to read as the >

Re: [Twisted-Python] mercurial branch

2010-04-19 Thread Manlio Perillo
exar...@twistedmatrix.com ha scritto: > [...] > It'd be great if everyone who wants git access could share a single > mirror (perhaps this one), to avoid the additional load on our svn > server that creating a new mirror creates. > Since Twisted has an official(?) Bazaar mirror on Launchpad (th

[Twisted-Python] [ANN] txwsgi 0.1

2010-04-11 Thread Manlio Perillo
ssues needs to be fixed and tests must be written. Regards Manlio Perillo ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] mercurial branch

2010-04-09 Thread Manlio Perillo
Hi. Does twisted have a Mercurial (git is also fine) mirror? Unofficial mirror is ok; I just would like to avoid download entire svn history with hgsvn. Thanks Manlio ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedma

Re: [Twisted-Python] Mysql proxy in twisted ?

2008-12-20 Thread Manlio Perillo
://hg.mperillo.ath.cx/twisted/pglib/ I have tried to implement a MySQL client, but the MySQL protocol is *really* bad designed. > [...] Regards Manlio Perillo ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mail

Re: [Twisted-Python] PDF I thought may be of interest

2008-12-13 Thread Manlio Perillo
an OS thread). Haskell also have nice synchronization support, MVar and Chan (with equivalent functions based on STM). Something similar is found in Stackless Python. As a final note, there is an interesting paper: http://www.cis.upenn.edu/~lipeng/homepage/unify.html Regards Manlio Pe