Hi there
I have a script running a lat of mysql requests. It takes about 3 minutes to run.
But in the mean time my server is not responding to other requests, or running very slow.
How do I make the calculations without bringing the server down temporarily?
Can I assign some kind of priority telling PHP not to user 100% CPU power to run the script?
Kind regards Rene.