http://qs1969.pair.com?node_id=478136


in reply to Overwriting exit and similar

Not to answer your problem, but it sounds like you've re-implemented a wheel, namely FastCGI.

Update: And to answer your question, Apache provides its own Apache::exit sub. Things like Apache::Registry do a use Apache qw( exit ) so that its version is called rather than CORE::exit. (For mod_perl 1)

--
We're looking for people in ATL

Replies are listed 'Best First'.
Re^2: Overwriting exit and similar
by esskar (Deacon) on Jul 26, 2005 at 11:40 UTC
    I know FastCGI, SpeedyCGI, ... but it's not what I'm looking for. I think they fork their processes anyway... but that is not what i want to do!
        I should have mentioned that i needs to be a windows solution as well! :) But thanks for help!