|
|
| P is for Practical | |
| PerlMonks |
Re: methods of recovering from ram issuesby Utilitarian (Priest) |
| on Dec 20, 2011 at 11:23 UTC ( #944374=note: print w/ replies, xml ) | Need Help?? |
|
Do you need to maintain a queue of pending operations and only remove actions from the queue when they are completed? Do you need to create a Storable hash which can be recovered in the event of a failure so that you can continue processing ... The approach you take to protecting your data depends on the nature of the problem.
print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||