Subject Re: {Disarmed} Re: [firebird-support] Number of concurrent user connections
Author Dimitry Sibiryakov
27.10.2016 16:27, 'Louis van Alphen' louis@... [firebird-support] wrote:
> It’s a bad idea to keep DB connection permanently open while your app is open. In this way
> your connection is open for a very short period of time and you can service many user
> requests with a relatively small number of simultaneous open connections to the DB

And you waste a lot of time and server power for endless connect/disconnect which are
quite heavy operations.


--
WBR, SD.