I don't think that the worker process would use the same library for
two different applications.
What if your ClientLibrary.dll is named the same but differs by
version number, the worker process would be expected to load both
versions, one for each web application. Even if the same
ClientLibrary.dll is loaded for two web applications, the
ApplicationDomain should differ, therefore there would be 2 versions
of static data available.

Anyway, I will try to test this theory within the next two weeks.

On Sat, Apr 18, 2009 at 3:01 PM, Jiri Cincura <disk...@cincura.net> wrote:
> On Wed, Apr 15, 2009 at 22:01, Gareth <gareth.gosl...@gmail.com> wrote:
>> I don't think that connection pooling will affect the path. If one
>> site has 10 open connections they will all show the same path and site
>> name, this is the same as a single application which has 10
>> connections to the same database, the path and application name will
>> be the same as well.
>
> If one ASP.NET worker process is serving two applications, you'll see
> path for the first one to connect as the worker process is the one to
> load the assembly and has no idea what application is accessing the
> pool. At least I think so, didn't tested.
>
> But that's probably the limitation of it, similar as static fields and
> thread safety.
>
> --
> Jiri {x2} Cincura (CTO x2develop.com)
> http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>



-- 
Gareth

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to