Hi guys,
I have a website which, a few times a day (8am, 4pm and 8pm) exports around 30-40mb of images to an external server via the PHP FTP extension. The transfer process normally only takes 4-5 minutes but during this time the rest of the site freezes up for anyone else trying to view it.
At the moment im not sure whether the problem is php freezing up or the fact that all the servers bandwidth is being used for the FTP transfer.
What i'd like to know is:
- If php is using all of its resources for the FTP transfer how do i fix it? OR
- If the problem is with the limited bandwidth on the server is there a way to throttle the amount of bandwidth used during the FTP PUT operation.
Many thanks
Jimbo