PHP download script for "processes running limited" hosting (eg. hostgator)

Posted by Joe on Stack Overflow See other posts from Stack Overflow or by Joe
Published on 2010-06-07T17:04:36Z Indexed on 2010/06/07 17:22 UTC
Read the original article Hit count: 126

Filed under:
|
|

I am currently with HostGator on a shared hosting plan. I have a new website I'm trying to setup with a download.php script. The issue I am having is that, while someone is "downloading" a file through the download.php script, it counts as a "process" and my hosting plan limits the processes that can be running at the same time to 25 at present.

My question is, what options do I have?

a). Move to new web hosting that doesn't limit processes running.

b). Change the way files are downloaded.

I would like to choose option b), however it occurs to me that I need to have the file accessed through PHP in order to restrict the number of downloads and to track download statistics, as well as protecting against hotlinking. If there was a way to have the PHP script send them the file so that the process doesn't need to be running the whole time the file is being downloaded, I would eliminate the problem, however to my knowledge that isn't possible.

Should I make the move to a new hosting company? I really enjoy HostGator as they have provided the best hosting experience for me thus far, except for this one issue of course, so I don't want to go on the hunt for another decent shared hosting company that doesn't limit processes running, only to find out there is another restriction or "catch" to the shared hosting deal.

© Stack Overflow or respective owner

Related posts about php

Related posts about hosting