20 Feb
2005
20 Feb
'05
6:42 a.m.
Thanks for you reply, Tres Tres Seaver wrote:
Each application server thread in your application holds a separate instance of the adapter, which means that unless the adapter is coded (which I doubt) to multiplex requests from separate instances across a single, global connection, you could see as many connections as you have appserver threads.
Does it mean that number of active connections can grow even more due to thread count growth? Will it decrease when the thread stops? Konstantin