Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Executing a process in the background AND getting its pid

by Zaxo (Archbishop)
on Jun 12, 2007 at 07:32 UTC ( [id://620655]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Executing a process in the background AND getting its pid
in thread Executing a process in the background AND getting its pid

With exec, the new non-perl program simply takes over the calling process and runs under its pid. If the new program forks again, you could get trouble, but that's the new program's responsibility. You need to know its behavior to use it effectively.

After Compline,
Zaxo

  • Comment on Re^3: Executing a process in the background AND getting its pid

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://620655]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found