kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
528 stars 84 forks source link

turbovisor creates lots of zombie processes #224

Open clandmeter opened 9 years ago

clandmeter commented 9 years ago

http://www.microhowto.info/howto/reap_zombie_processes_using_a_sigchld_handler.html

kernelsauce commented 9 years ago

Probably due to a change made a while back. Will look at it.