Subject Re: [firebird-support] Firebird database access from ISAPI dll application
Author Helen Borrie
At 11:48 AM 6/01/2004 +0100, Olivier Mascia wrote:

>But isn't the fbembed solution limited to a single exclusive
>attachment to the DB ? Won't this pose a big issue to your naturally
>multi-user ISAPI dll ?

Of course, you are right. The "thing" about isapi extensions is that they
instantiate themselves once each time they are called. Since only one
connection of *any* sort can be connected via fbembed.dll, it would not be
possible for multiple instances to be running simultaneously.

fwiw, isapi extensions work very well indeed with Fb 1.5 SS (haven't tried
one with CS yet) *provided only* that you use tcp/ip local loopback and not
a local connection AND your application totally isolates one instance's db
connections from another's. (Same applies to Fb 1 and IB, of course.)

I've misled on this thread because, for some reason, I got it into my head
that we were talking about a server application tier...apologies.

(I don't know if it's a mitigation or an indictment that I have genuinely
LOST a day completely. I didn't discover it until today when I went to buy
a Monday lotto ticket...I thought the newsagent was kidding me when he said
it was Tuesday...)

/heLen