Subject | Re: [firebird-support] Number of connections (limitation) + language |
---|---|
Author | Daniel Rail |
Post date | 2003-11-19T13:13:44Z |
Hi,
At November 19, 2003, 08:24, poulposore wrote:
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.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At November 19, 2003, 08:24, poulposore wrote:
> Hi,One way would be to use a middle-tier server that your application
> 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 ?
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 correctUse the ISO8859_1 character set.
> language to use ? Will it take care of the accentuations ?
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)