[Gambas-user] Problem with Embedded Server

T Lee Davidson t.lee.davidson at gmail.com
Tue Feb 28 16:44:04 CET 2023


On 2/28/23 01:58, Christof Thalhofer wrote:
> 
>> I suspect there is a timeout on the connection count. So, perhaps
>> there is a variance in delay before, "next time". And, of course, a
>> relaunch would clear the connections.
> ... I doubt that there's anything running in a timeout.
> 
> Alles Gute
> 
> Christof Thalhofer

I was referring to a timeout on the connection itself, ie. the time that must pass before a stale/inactive connection is freed 
by the server so a new one can be created. If 'max_connections' has been reached, no new connections can be created until one or 
more are freed.


-- 
Lee



More information about the User mailing list