[Twisted-Python] Weekly Bug Summary

2010-04-24 Thread exarkun
Bug summary __ Summary for 2010-04-18 through 2010-04-25 Bugs opened: 3Bugs closed: 3 Total open bugs: 1219 (+0) |== Type Changes |== Priority Changes |== Component Changes |Defect: +1 |Normal: +0 |Conch: +1 |Enhancement: -1

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

2010-04-24 Thread exarkun
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 >Eventlet example. This comparison (in the blo

Re: [Twisted-Python] txriak module released.

2010-04-24 Thread Jason J. W. Williams
Put this up on http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted ? On Sat, Apr 24, 2010 at 3:18 PM, Ray Cote wrote: > Hello Twisted: > > An initial release of txriak has been posted to PyPI: >   > > txriak is a Twisted module for communicating with

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

2010-04-24 Thread Jason J. W. Williams
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 Eventlet example. -J On Sat, Apr 24, 2010 at 12:16 PM, Laurens Van Houtven wrote: > Not the f

[Twisted-Python] txriak module released.

2010-04-24 Thread Ray Cote
Hello Twisted: An initial release of txriak has been posted to PyPI: txriak is a Twisted module for communicating with Basho Technology's Riak data store via the HTTP interface. Written in Python, it requires Python 2.5 since it uses the yield versio

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

2010-04-24 Thread Laurens Van Houtven
Not the first time we've seen these kinds of benchmarks. Microbenchmarks rarely give you interesting information about real world apps. Also: ab ain't a very good HTTP benchmark. But hey, data points are data points. lvh ___ Twisted-Python mailing list

[Twisted-Python] Very interesting....

2010-04-24 Thread Jason J. W. Williams
same example coded in eventlet, gevent, twisted, tornado, nodejs, thin+eventmachine http://gist.github.com/376416 (by @greut) Surprising… ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/t