> -----Message d'origine----- > De : Bob Showalter [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 5 novembre 2004 19:40 > À : 'JupiterHost.Net'; [EMAIL PROTECTED] > Objet : RE: start http request and move on > > JupiterHost.Net wrote: > > Bob Showalter wrote: > ... > > > Use something like the following: > ... > > Thanks Bob, That works great! Now the next step is to play with that > > in a peristent environment without killing the persistent process > > with the exit() Perhapst the system + & will do better in a persistent > > environement... > > You don't need to call exit if you just put the other stuff in an else {} > block so the parent doesn't execute it. If you're running under > Apache::Registry though, calling exit is OK. >
Nice approach, I have learned today an easy to do it :) Though care should be taken to not fork many *uncontrolled* childs. Rgds, José. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>