Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: perl.exe crash in win32 with use of fork and sockets

by Amoe (Friar)
on Aug 05, 2001 at 05:42 UTC ( [id://102283]=note: print w/replies, xml ) Need Help??


in reply to Re: perl.exe crash in win32 with use of fork and sockets
in thread perl.exe crash in win32 with use of fork and sockets

Blah, my Win98 box forks (no, not in the "barfs" sense, but that too ;)) all the time... Wonder what's different.
  • Comment on Re: Re: perl.exe crash in win32 with use of fork and sockets

Replies are listed 'Best First'.
Re: Re: Re: perl.exe crash in win32 with use of fork and sockets
by tachyon (Chancellor) on Aug 05, 2001 at 14:43 UTC

    Hmm, crazyinsomniac and Amoe are right. I am wrong. You can fork on Windows these days, at least using AS Build 620 on Win95.

    C:\>type fork.pl #!/usr/bin/perl -w defined(my $pid = fork()) || die "Can't fork!"; print $pid ? "Parent\n" : "Child\n"; C:\>perl fork.pl Parent Child C:\>

    This is news to me. Thanks crazy and co this is forkin good to know.

    cheers

    tachyon

    s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-26 05:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found