Re: how to run the startup script once

2005-06-15 Thread Foo Ji-Haw
Thanks Torsten, Yes, I know I should be expected 2 calls. I followed the script in the link you gave me, and the result is quite interesting. When I start the Apache service, I get: 1 2 1 2 I know I should be expecting just 1 2 But the fact is I've got all 4 of them. See what happens when I g

Re: how to run the startup script once

2005-06-14 Thread Torsten Foertsch
On Wednesday 15 June 2005 07:08, Foo Ji-Haw wrote: > Hi guys, > > I'm thinking of having Apache+modperl (not much modperl used) start up > services when Apache starts up. I did a simple test with PerlRequire and > I notice that at startup, the script is run 3 times. But I can possibly > start the s

how to run the startup script once

2005-06-14 Thread Foo Ji-Haw
Hi guys, I'm thinking of having Apache+modperl (not much modperl used) start up services when Apache starts up. I did a simple test with PerlRequire and I notice that at startup, the script is run 3 times. But I can possibly start the same service (or run 3 instances of the service as some of