WebSocket-for-Python icon indicating copy to clipboard operation
WebSocket-for-Python copied to clipboard

Profile the code and understand the performances from autobahn testsuite's results

Open Lawouach opened this issue 11 years ago • 1 comments

When going through results, I can see that ws4py doesn't do as well as autobahn performance wise.

http://www.defuze.org/oss/ws4py/testreports/servers/0.3.4/

It happens mainly on large messages so it's unlikely to be a problem for most use cases. Still it would be good to profile ws4py to understand what's going on.

Lawouach avatar Apr 03 '14 18:04 Lawouach

@Lawouach FWIW, wsaccel accelerate ws4py performance for large message.

methane avatar Apr 06 '14 05:04 methane