[Sqlrelay-discussion] SQL-Relay freezes when 'maxqueuelength + connections' # of connections is reac
Brought to you by:
mused
|
From: Ulises R. <ul...@gm...> - 2006-01-23 18:44:55
|
Hi, We are doing some tests to see the performance of SQL-Relay. We have tried changing the parameters of the sqlrelay.conf file to see what gives us better results and we found a problem: If we trigger stand-alone processes that create a number of connections greater that the value of 'connections + maxqueuelength' the whole SQLRelay freezes (and crashes) and we will have to restart it (sqlr-stop and sqlr-start). This is independent of the number specified in maxconnections, say if we have: ... connections=3D"30" maxconnections=3D"150" maxqueuelenght=3D"80" .. in our conf file and we have < 30+80 DB connections, but if we open a new connection then all the other connections seem to stop working. Please let me know if this is a bug or what I am doing wrong. Thanks. Ulises |