It's Solved in Git
https://github.com/FirebirdSQL/firebird/commit/114885eecc5a0b7b3c3eebadfd34283f668474d3
On Wed, Mar 15, 2017 at 8:24 PM, Christian Pradelli (JIRA) <
[email protected]> wrote:
> Classical server has a maximum of 64 connections when using systemd scripts
> ------------------------------------------------------------
> ---------------
>
> Key: CORE-5503
> URL: http://tracker.firebirdsql.org/browse/CORE-5503
> Project: Firebird Core
> Issue Type: Bug
> Components: Installation
> Affects Versions: 3.0.1
> Environment: Ubuntu linux 16.04 64 bits
> Reporter: Christian Pradelli
>
>
> When using classic server with new systemd scripts there is a limit of 64
> concurrent connections.
>
> This is because systemd.socket has a default of 64 connections when Accept
> is true.
>
> https://www.freedesktop.org/software/systemd/man/systemd.
> socket.html#MaxConnections=
>
> To fix the problem a higher should be specified in
> /lib/systemd/system/firebird-classic.socket
>
> [Unit]
> Description=Firebird Classic Activation Socket
> Conflicts=firebird-superserver.service
>
> [Socket]
> ListenStream=3050
> Accept=true
> MaxConnections=1024
>
> [Install]
> WantedBy=sockets.target
>
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
> http://tracker.firebirdsql.org/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> Firebird-Devel mailing list, web interface at
> https://lists.sourceforge.net/lists/listinfo/firebird-devel
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel