PHP-Daemon icon indicating copy to clipboard operation
PHP-Daemon copied to clipboard

Defunct process

Open Davis10733 opened this issue 10 years ago • 1 comments

Recently I need to write a program to pull message from SQS constantly. Then I found this library to do it. I extended the abstract class Core_daemon and wrote main function of my program in execute(). When I ran the daemon process, I found the daemon process produced a lots of defunct processes. Is it normal situation? or something I‘ve done wrong?

Davis10733 avatar Mar 12 '15 15:03 Davis10733

It's a bit late, but I think the defunct processes are caused by timeout.

cwhsu1984 avatar Sep 12 '17 14:09 cwhsu1984