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: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/