On 9/11/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
>> 1024 simultaneous connections is hard coded in Firebird engine (1.5.x
>> at least)
>
>
> My larger clients better fire some staff then... :-)
> I will have to look into that, thanks.
Connection pooling can solve this, or a simple recompilation of the firebird
server. But connection pooling is simple in firebird, due to the way
transactions are used...
Michael.
Would connection pooling solve the problem for C/S based apps, or only
for n-tier apps?
My apps only ever create one connection each. It shares it's
connection internally,etc, but if 20 users each run the app, that is
at least 20 connections. That means I can only run 1024 instances of
my app.
It shouldn't be to much of a issue to change my app to a 3-tier app,
though the installation process will change. :-( My persistence
framework (tiOPF) allows for the switch form C/S to 3-tier without
major code changes.
Regards,
- Graeme -
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives