Subject Re: Firebird stopped after 190 connections
Author
Hi!

You have to make some changes in xinetd.


service gds_db
{
 disable = no
 flags = reuse
 socket_type = stream
 wait = no
 tcps = 500000 10
 user = firebird
 per_source = UNLIMITED
 instances = UNLIMITED
 server = /opt/firebird/bin/fb_inet_server
}