Subject | RE: [firebird-support] Firebird and ISAPI |
---|---|
Author | Alan McDonald |
Post date | 2004-04-02T22:17:45Z |
> Does anyone know if Firebird Embedded can be used in a ISAPIIIS is a threading application service. It wants to load the ISAPI module
> application without concurrency / locking issues?
>
> Walter
> SmartQuest Technology, Inc.
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