ericmoritz / wsdemo

A Cowboy Websocket demo
Other
405 stars 58 forks source link

Python fixes #48

Closed aglyzov closed 12 years ago

aglyzov commented 12 years ago

Fixed python forking -- children processes now die off when a parent gets killed.

Tweaked logging and a backlog parameter of the python servers.

ericmoritz commented 12 years ago

Excellent, thanks!