Hi monks,
I currently have a script which run thousands of similiar proccess (snmp polling), 100 at a time, with the Thread::Pool class. Due to problems with perl 5.8 and threads I was planning on moving to forks. How would I go about doing this?
Just a basic example of a fork "pool" be greatly helpful.