Subject Re: [firebird-support] Number of connections (limitation) + language
Author Daniel Rail
Hi,

At November 19, 2003, 08:24, poulposore wrote:

> Hi,

> Two little questions (newbie):
> 1.Any possibility to limit the number of simultaneous users on a
> firebird server ? It's "unlimited" by default, and I'd like to be
> able to limit to 10 or 50 users for example. Or by code via Delphi ?

One way would be to use a middle-tier server that your application
uses to connect to Firebird. This way you can control the number of
connections to the middle-tier.

Another way is to have a session manager application on the server.
Your application would connect to it to try to create a session, if
the limit has already been reached, then no sessions is created and
your application wouldn't continue. This is the schema that we are
currently contemplating to manage the licences for the next version of
our software.

> 2.I'm developping apps with French language. What is the correct
> language to use ? Will it take care of the accentuations ?

Use the ISO8859_1 character set.

--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)