akshay Posted July 16, 2010 Share Posted July 16, 2010 Hello. How do I detect parallel downloads for an IP ($_SERVER['REMOTE_ADDR']) from my website? (If Download in progress / completed / cancelled) Example, to reduce server load, I want to detect if a user is already downloading, he should see: "Sorry! Parrallel Downloading not allowed".. I'm not asking for the script. But a hint where I can find info, or the logic behind it.. Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/207935-detect-parallel-download-download-status-in-progress-cancelled-completed/ Share on other sites More sharing options...
Wolphie Posted July 16, 2010 Share Posted July 16, 2010 http://httpd.apache.org/docs/2.0/mod/mod_status.html Quote Link to comment https://forums.phpfreaks.com/topic/207935-detect-parallel-download-download-status-in-progress-cancelled-completed/#findComment-1086995 Share on other sites More sharing options...
akshay Posted July 16, 2010 Author Share Posted July 16, 2010 But how to use it with PHP? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/207935-detect-parallel-download-download-status-in-progress-cancelled-completed/#findComment-1087012 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.