Em 18 Nov 2002 14:32:49 +0100
Torsten Luettgert <[EMAIL PROTECTED]> escreveu:

> Hi,
> 
> I'm using Embperl 1.3.4 with mod_perl 1.27 and apache 1.3 on linux
> 2.4. Now I need to fork() in a page to spawn off a long-running
> process(cdrecord, basically). I used the stuff from the mod_perl docs:
> 

Hi,

Write your burning code in a script, call it with system and
then fork on the script. When the script returns after the fork your
apache proccess will go on without locking and you can take the time you
need as you expect.

This works form me without any problem.

Regards,

Luiz Fernando B. Ribeiro
Engenho Solu��es para a Internet

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to