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! 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 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 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
Archived
This topic is now archived and is closed to further replies.