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 <mdipie...@cs.depaul.edu> wrote: > Look at the code. It is trivial to add it. > > On Dec 27, 8:00 pm, Bruno Rocha <rochacbr...@gmail.com> wrote: > > > Just tried Cyclone -https://github.com/fiorix/cyclone-It is 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 > >