On May 24, 2007, at 12:03 AM, Jon Schutz wrote:

I am using Catalyst::Engine::HTTP::POE in a test harness; when the tests complete, I would like to gracefully terminate all child processes that
C::E::HTTP::POE starts.

My code forks and starts C::E::HTTP::POE, then later my cleanup code
kills the forked child, but extra processes (grandchildren) created by
C::E::HTTP::POE get left behind.

Are you using preforking? When you kill the parent it should take out all the children, maybe there is a bug.

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to