-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hi there, ws4py's author here.
Thanks for the benchmark, though there can always be some concerns over their design, environment and execution, I find them useful and interesting nonetheless.
Just a couple of remarks for posterity:
- ws4py was initially designed as a playground for implementing WebSocket in a specific way (using generators in Python). It wasn't implemented with high number of connections in mind. I thought this could be implemented gradually afterwards. I'm not surprised it didn't do that well yet.
- ws4py runs much faster on PyPy, do you think it'd be possible for you to test that configuration as well/instead?
- Here are a few test results comparing Tornado and Autobahn on my box along side ws4py. http://www.defuze.org/oss/ws4py/testreports/servers/0.2.1/
Thanks,
Reactions are currently unavailable