[Catalyst] How to stop Catalyst::Engine::HTTP::POE?
Andy Grundman
andy at hybridized.org
Thu May 24 05:35:34 GMT 2007
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.
More information about the Catalyst
mailing list