no
On Dec 28, 9:39 am, Branko Vukelić <[email protected]> wrote: > Toranado used to be much faster (non-blocking), but it's been > stagnating lately because of the ever-increasing overhead. They've > been alrted, and will hopefully work on the performance. > > Have you tried bjoern, btw? > > > > On Tue, Dec 28, 2010 at 7:44 AM, mdipierro <[email protected]> wrote: > > Anyway... I have now try a few of these servers, specifically for > > comet via HTML5 WebSocket. I am impressed by Tornado for both the ease > > of use and performance. > > >http://thomas.pelletier.im/2010/08/websocket-tornado-redis/ > > > Massimo > > > On Dec 28, 12:31 am, mdipierro <[email protected]> wrote: > >> Look at the code. It is trivial to add it. > > >> On Dec 27, 8:00 pm, Bruno Rocha <[email protected]> wrote: > > >> > Just tried Cyclone -https://github.com/fiorix/cyclone-Itis based on > >> > twisted then I thought that would run > > >> > <*cyclone*> > >> > rochacbr...@macubuntu:~/projects/web2py$ python anyserver.py -s cyclone > >> > -p > >> > 8081 > >> > starting cyclone on 127.0.0.1:8081... > >> > Traceback (most recent call last): > >> > File "anyserver.py", line 171, in <module> > >> > main() > >> > File "anyserver.py", line 168, in main > > >> > run(options.server,options.ip,options.port,logging=options.logging,profiler=options.profiler) > >> > File "anyserver.py", line 129, in run > >> > getattr(Servers,servername)(application,(ip,int(port))) > >> > AttributeError: class Servers has no attribute 'cyclone' > >> > </*cyclone*> > > >> > -- > > >> > Bruno Rochahttp://about.me/rochacbruno/bio > > -- > Branko Vukelic > > [email protected]http://www.brankovukelic.com/

