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