Subject | Re: [firebird-support] Firebird and ISAPI |
---|---|
Author | Eyyub Volkan Çektimur |
Post date | 2004-04-05T08:05:06Z |
Finally i make it work , but not tried hardly. but i have still a small problem. i put the embeded dll into the same directory of isapi dll , not worked, it connected to running server not embeded one. then i renamed the gds32.dll at windows\system32 and copied the embeded files to there. Worked properly.
Is there any other place that i can put these files ? it have to look at the same directory that works , firstly . or isapi applications work at another place ?
___________________________________
Eyyub Volkan �ektimur
Proya Software & Trade Inc.
Head of Core Development Department
www.proyatech.com
Is there any other place that i can put these files ? it have to look at the same directory that works , firstly . or isapi applications work at another place ?
___________________________________
Eyyub Volkan �ektimur
Proya Software & Trade Inc.
Head of Core Development Department
www.proyatech.com
----- Original Message -----
From: Alan McDonald
To: firebird-support@yahoogroups.com
Sent: Saturday, April 03, 2004 11:29 AM
Subject: RE: [firebird-support] Firebird and ISAPI
> A> IIS is a threading application service. It wants to load the
> ISAPI module
> A> once and run it multiple times on different threads. This does not lend
> A> itself to using the embedded version which is a "one-man-team"
> so to speak.
> A> Even if you play around with when your module actually
> connects to your db
> A> and disconnects, you will certainly suffer concurrency
> lockouts from the
> A> server.
>
> did you try it?
> What are your suggestions/assumptions based on?
>
> Ciao
> --
> Nando Dessena
> mailto:nandod@...
Suggestions: Use the full server. Some one else here tried it the other day
and couldn't work out why it won't work.
ISAPI has always wanted a TCP connection string - it won't work with a local
connection string... why? because it needs to make trheaded connections. Try
it, you'll find out how quickly it locks up.
I can only imagine that people are tempted to use the embedded server
because it means they can deploy on a hosted server without need for there
provider to set them up with FB. Great idea but it won't work.
Alan
Yahoo! Groups Sponsor
ADVERTISEMENT
------------------------------------------------------------------------------
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/
b.. To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]