Performance Issues - Linux Gurus Input Needed

jangell said:
I'm curious what the error message was. Let me know. You are probably just missing a binary or a binary is in the wrong location.
That's my belief as well - haven't gotten back to it yet.

That 52 meg file should copy in a matter of seconds. I should have timed this operation also and put it in the log. Didn't think of that. I can add that.
I think I can figure out the required changes based on your example.

So Yeah, Some other guy on the server is really loading it up. You might be able to request that GoDaddy look into the performance issues. But at this point you are going to be dealing with this kind of thing now and into the future..
I'll be doing that in the near future.
 
ejensen said:
How does ignoring hangups help?
nohup prevents the script execution from stopping if you run it from the current shell and background it. It isn't required if the script is run from crontab.

It was just my attempt at geek signifying.
 
mikea said:
nohup prevents the script execution from stopping if you run it from the current shell and background it. It isn't required if the script is run from crontab.

It was just my attempt at geek signifying.

OK, didn't follow the drift. I grok nohup just didn't see how it help with the overwrite problem.
 
Back
Top