Friday, July 31, 2009

Help, when I try to launch more than 2 perl scripts to run at once they all get error messages?

I want to run more than 2 perl scripts at the same time.





I don't know how to write or edit them. I just know how to execute them. The processes are very long, Because of that I need to start about 15 at the same time . when I try to run more than 2 at the same time from my pc I get error messages on all of them a few seconds after I run the third one.. I am not sure if it's my isp's server getting tripped up. I don't understand how it could be my cpu because 2 scripts use very little resources.. Is there a service where I could upload them execute like 15 at the same time from an external source or maybe even arrange and adjust the execution of the scripts? .. Thanks

Help, when I try to launch more than 2 perl scripts to run at once they all get error messages?
What is the error message? They're probably trying to read/write the same temp file or something like that. You need to rewrite the code so that it doesn't use the same resource twice.


No comments:

Post a Comment