Subject RE: [firebird-support] Firebird and ISAPI
Author Alan McDonald
> Does anyone know if Firebird Embedded can be used in a ISAPI
> application without concurrency / locking issues?
>
> Walter
> SmartQuest Technology, Inc.

IIS is a threading application service. It wants to load the ISAPI module
once and run it multiple times on different threads. This does not lend
itself to using the embedded version which is a "one-man-team" so to speak.
Even if you play around with when your module actually connects to your db
and disconnects, you will certainly suffer concurrency lockouts from the
server.
Alan