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

Re: Proposal how to make modules using fork more portable

by sundialsvc4 (Abbot)
on Mar 30, 2011 at 18:14 UTC ( [id://896493]=note: print w/replies, xml ) Need Help??


in reply to Proposal how to make modules using fork more portable

I am always of the opinion that threads and processes should terminate themselves, and that they should, where possible, “stick around, waiting for more work to do,” instead of coming into existence to service one request and then flaming-out.

The kill(9) protocol is definitely one that was “taken from Unix,” and it really does not have a good parallel in the Windows (i.e. DEC VAX 11/780...) world-view.   And yet, I have never recommended “management by the use of overwhelming deadly-force”   ;-)   anywhere.

Building process contexts, and tearing them down, are best thought of as expensive operations.   And, the maximum number of processes that may exist at one time is usually something that you want to govern.

  • Comment on Re: Proposal how to make modules using fork more portable

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-16 08:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found