Re: how to run a startup script once (redux)

2005-06-28 Thread Stas Bekman
http://perl.apache.org/docs/2.0/user/handlers/server.html#Dealing_with_Restarts -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL

Re: how to run a startup script once (redux)

2005-06-20 Thread Perrin Harkins
Have you tried putting a "use Module" inside of a section in the config or in your startup.pl and testing how many times that gets run? > My sneaky plan is to have the startup script start off an independent > single-threaded process (if this is possible). This would probably be more easily don