ericmoritz / wsdemo

A Cowboy Websocket demo
Other
405 stars 58 forks source link

More python servers #38

Closed aglyzov closed 12 years ago

aglyzov commented 12 years ago

This branch adds two more python implementations of websocket: a) gevent-websocket b) twisted txWS

It also splits each python server into two variants: 1) one worker process, single threaded 2) CPU_NUM+1 worker processes, each single threaded

Where appropriate adds pypy .sh starters.

ericmoritz commented 12 years ago

I can't seem to SIGTERM the wsdemo-tornado-N.py server and have it's children die. Do you know what could be going wrong?

aglyzov commented 12 years ago

Yeah, I know the issue (it's a POSIX semantic for forked children). I am going to fix this today.