[Sqlrelay-discussion] IPC and handling requests
Brought to you by:
mused
|
From: Renat S. <sr...@st...> - 2010-05-13 11:18:13
|
Hello, David. I have strange situation on the one of our servers with sqlrelay. Statistics shows that there are 12 server connections and 12 client connections, but actually there are only 4 working sqlr-connection processes. As far as I undestand the situation, 8 sqlr-connection processes were shut down abnormaly and they are exited without calling cleanUp() function. As a result statistics do not correspond to actual number of connections and scaler does not create new connection to handle incoming requests. I have not found the actual reason of this case, but why not to move incrementing and decrementing connection counter to scaler so abnormal connection exit would not affect it? In this case client connection counter would be still wrong, but this would not affect the scaler and handling requests. -- Renat Sabitov e-mail: sr...@st... Stack Soft jid: sr...@ja... |