Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Perl threading stability?

by cider (Acolyte)
on Jul 26, 2005 at 13:34 UTC ( [id://478180]=note: print w/replies, xml ) Need Help??


in reply to Perl threading stability?

Threading became stable as of 5.8.5

Thread implementations previously before this would die
mysteriously if a program was doing a large number of
memory operations over a period of 24 hours of greater.

As of 5.8.5 perl was capable of handling threading for
approximately 24-72 hours (3 days) but thats honestly
kindof a vague expectation.

I actually reccomend that you design any long running
thread implementation as a state engine capable of
resuming where you left off, and when you left off.

Perl 5.8.7 seems to handle things alot more stable,
however please heed my advice regarding the state engine.

Log In?
Username:
Password:

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

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

    No recent polls found