Well, from what I can see, each thread in my ISAPI needs its own TSession, 
thus its own Connection.  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, each thread still needs its own 
session/connection - which is were the maximum number of 
sessions/connections per process kicks in again...

--On Tuesday, June 19, 2001 6:11 PM -0700 Ben Taylor <[EMAIL PROTECTED]> 
wrote:

> depending on how the connections are used (lots of short requests, or
> long running queries?) are you also talking about sessions? ie
> connecting and disconnecting from a database? using the same/different
> user/password?

---------------------------------------------------------------------------
    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