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 handles. 
You tell it how many handles to what databases it can allocate and it will 
automaticall either serve or block-until-ready any request for handles.

John


On Tuesday 24 September 2002 10:43 am, johnli752002 spewed into the ether:
> 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]

-- 

--------------------------------------------------------------------------------
Check out http://www.Wizard.Org for great deals on Electronic Parts
*NEW* Computer Parts & Accessories - Drives - LCD - Systems - Linux
--------------------------------------------------------------------------------
** Affordable Online Store w/Merchant Card Processing & Paypal **
Write to us: [EMAIL PROTECTED]  --  Get your Store Online Today!
--------------------------------------------------------------------------------



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

Reply via email to