| Description: |
Okay,
I'm in a kind a trouble now, because i want to limit the number of connections to the host (rapidhare.com), i can count the connections, but i can't reduce them.
Maybe i need to count the opened php files of the server?
Possible solutions:
- Count open php files
- Count every connection, reduce the connection number with the number of connections made when the file has been downloaded.
Additional Info (Added 3/28/2008 at 6:13 EST)...Okay, it's my rapidshare generator who needs it.
It makes a file on one of the downloadserver, after this, it makes the connection to rapidshare.
But in my dlfunction i want to add a connection and when it's closed or when the download is finished, i want to reduce the number of connections that are made... (flashget puts multiple connections)
|