I'm currently working on a php project that will require the following:
The xml file may contain up to 200(ish) items, and would be polled at most daily.
I wanted to check if this is likely to impact on other users on my server, the xml is not time critical, so I'm more than happy to run it when the servers are quiet and put some pauses in to keep things under control.
I know it is difficult to say without seeing the code, but is this do-able with shared hosting or should I be looking at a move to a VPS?
Thanks for any feedback
- Download a remote xml file
- Parse the XML file and insert/update the local database
- Download an image for each item in the xml feed
- Create a thumbnail of the image
The xml file may contain up to 200(ish) items, and would be polled at most daily.
I wanted to check if this is likely to impact on other users on my server, the xml is not time critical, so I'm more than happy to run it when the servers are quiet and put some pauses in to keep things under control.
I know it is difficult to say without seeing the code, but is this do-able with shared hosting or should I be looking at a move to a VPS?
Thanks for any feedback
Comment