> I could create some kind of connection pool that sits outside 
> of the threads and use that, but I'll still fall into the same
> problem when I get 200+ concurrent hits,
yes, but: (if you are consistantly getting 200+ hits this isnt for
you). if you are occasionally (say, <30% of the time) peaking over this
limit then you can queue excess requests, wait (1second?) until there
are connections free again, then continue..

if you are able to pool active sessions, then you may have a faster
turnaround for handling a request, and less likely to hit the 200 limit
in the first place.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to