RE: [Proxool-developer] Re: Proxool behavior when max connection reached
UNMAINTAINED!
Brought to you by:
billhorsman
From: Bertrand R. <ber...@mo...> - 2004-05-15 20:41:05
|
Thanks for your information Craig. Work has already started on this feature together with some other refactoring. I don't know yet when it will be released but part of it may be = available soon in CVS. Keep listening on proxool-dev mailing list - I'll post a message when it will start becoming available. -bertrand -----Original Message----- From: pro...@li... [mailto:pro...@li...] On Behalf Of = Craig Servin Sent: samedi 15 mai 2004 21:45 To: pro...@li... Subject: [Proxool-developer] Re: Proxool behavior when max connection reached Has any work been done on this. I need a similar behavior and might try = to=20 implement it, but I do not want to duplicate effort. It seems that you would not need to more settings you would just need an = allowed to wait count which if it was not 0 would make your normal limit your=20 soft limit and then add to it for the hard limit. It looks like there are only 2 spots in the code that would need to be=20 changed, but since the current code tries very hard not to synchronize I = am=20 not sure of the best way to do this. It would seem that if you would = allow=20 for threads to wait you would want to synchronize at that point and then = notify the threads as a connection is returned. You could simply check = for that feature being tunred on and only synchronize then, but you would = have to=20 make sure that if you hot change the settings to disable the waiting = that you=20 notify the waiting threads. Craig --=20 In theory, practice and theory are the same, but in practice they are=20 different GPG Public Key https://www.cromagnon.com/ssl/craigkey.gpg ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now = for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=3D2562&alloc_id=3D6184&op=3Dclick _______________________________________________ Proxool-developer mailing list Pro...@li... https://lists.sourceforge.net/lists/listinfo/proxool-developer |