I'm unhappy with my current host and want to find another in the near future. One of the problems I'm having is with a php script which parses many csv files into a database. It runs as a cron job twice daily. The problem is that it seems to timeout after about 30 seconds without completing its task. The fact that only one cron job can be set, and that it will only run a maximum of 2 times a day is also a headache. If the timeouts can't be avoided, then I could easily process the data in batches with seperate scripts if I could set multiple cron jobs.
My site relies heavily on MySQL and PHP. The server I'm on at the moment is running PHP version 4.3.10 and MySQL version 3.23.56. I'm wondering which versions of PHP and MySQL I'll need to avoid in order for my site to work? I'm guessing the answer won't be as simplistic as the question.
Any advice appreciated.
My site relies heavily on MySQL and PHP. The server I'm on at the moment is running PHP version 4.3.10 and MySQL version 3.23.56. I'm wondering which versions of PHP and MySQL I'll need to avoid in order for my site to work? I'm guessing the answer won't be as simplistic as the question.
Any advice appreciated.