Hi,

I realise that ASP can't store a database handle in $Session as this 
isn't shared across processes...

But, 
   if Apache 2.0.40 is used
   and compiled with the worker mpm
   and Apache ServerLimit directive is set to 1
   and Apache ThreadsPerChild directive is set to the number of 
concurrent hits you're lightly to see

(that's a lot of ands)

Would this result in a single http process with lots of threads that 
would be able to share such a handle?

Anyone know if this feasible? Are there any scalability or security 
problems?

Regards

Liam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to