I have this PERL script that I use to interact with the server and limit simultaneous connections to a certain directory (for downloads).
PERL, however as you know is very taxing on the server using a lot of CPU and I was wondering if this could be recoded into PHP.
Basically my question is -- can php work directly with the server to limit user connections?
Thanks!![]()






Bookmarks