Re: Sharing database handlers

2002-09-24 Thread Brat Wizard
Hi there- While this isn't a direct answer to your question, if you are looking for a way to share data handles (so as not to load down the db back-end for instance)-- there's a (open-source) package called 'SQLRelay' which sets itself up between the database server and the client and pools db

Re: Sharing database handlers

2002-09-24 Thread Josh Chamas
johnli752002 wrote: > 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 d

Sharing database handlers

2002-09-24 Thread johnli752002
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 concur