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

Re: Re: never dying perl processes win32

by vbrtrmn (Pilgrim)
on Dec 31, 2002 at 11:11 UTC ( [id://223291]=note: print w/replies, xml ) Need Help??


in reply to Re: never dying perl processes win32
in thread never dying perl processes win32

the losing the ability to shutdown/logoff doesn't really have anything to do w/ perl, it just happens if you use kill and kill off some of the windows system processes, i just put it in as a note to curious hackers.

anything could leave a process running permanently, such as:

#!perl.exe use CGI qw(:all); print header(); if (1=1) { print "blah<BR>"; }

If I hit escape or hit the stop button, while this infinate loop is running, the browser stops loading, but the perl.exe process continues to run in memory. It just hangs out there and the Administrator account can't kill it for some reason. If I do the same thing with my linux box, yes I have one, the perl process will die off by itself.

thanks for the mks suggestion, but i'm not paying for any software (yes, i'm cheap and jobless).
--
paul

Replies are listed 'Best First'.
Re: Re: Re: never dying perl processes win32
by Marza (Vicar) on Dec 31, 2002 at 21:40 UTC

    It shouldn't work that way. I don't have the problem. I am not running Apache but as Browseruk suggested it might be worth upgrading your apache.

    As to a free unix like package, you can go the gnu route and take a look at Cygwin

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://223291]
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: (4)
As of 2024-04-24 05:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found