Re: Concurrency

2010-01-13 Thread jgard...@jonathangardner.net
What about Python greenlets to handle concurrency? http://pypi.python.org/pypi/greenlet Basically, it's Stackless in CPython as a module import. On Dec 16 2009, 4:10 pm, Joan Miller wrote: > I've to starting to play with Go to manage the concurrency and it's > awesome. > > On 16 dic, 23:51, Dam

FastCGI with --reload

2010-01-13 Thread jgard...@jonathangardner.net
I'm curious if anyone has written a FastCGI dispatch script that incorporates the functionality of "paster serve --reload". Would someone be willing to share their code if they have? If not, any pointers would be appreciated. -- You received this message because you are subscribed to the Google G

Re: Basic HTML helpers

2010-01-13 Thread jgard...@jonathangardner.net
On Dec 16 2009, 8:43 pm, Mike Orr wrote: > A couple proposed helpers, one for doctypes and one to generate a > complete HTML document.  What do you guys think of the API and > semantics? > > http://bitbucket.org/bbangert/webhelpers/issue/13/doctype-helper > I like. > http://bitbucket.org/bbanger