Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: forcibly exiting script

by IraTarball (Monk)
on Aug 14, 2001 at 02:30 UTC ( [id://104612]=note: print w/replies, xml ) Need Help??


in reply to forcibly exiting script

I don't think that you can do this. If you take a look at perldoc perlfork it tells you that forking is emulated on Win32 so as far as the OS is concerned all children reside in the same process space. There's also a paragraph in there that says, well, here it is...

A way to mark a pseudo-processes as running detached from their parent (so that the parent would not have to wait() for them if it doesn't want to) will be provided in future.

Bummer.

update A little knowledge can make you abulic.
I just followed tachyon's suggestion and see that there are in fact ways to do this.

Good Luck,
Ira,

"So... What do all these little arrows mean?"
~unknown

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-29 12:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found