Re: [Sqlrelay-discussion] SQL-Relay freezes when 'maxqueuelength + connections' # of connections is
Brought to you by:
mused
|
From: Maciej W. <mac...@co...> - 2006-01-23 19:46:40
|
> If we trigger stand-alone processes that create a number of connections Do you mean that one process creates multiple connections? What language do you use. I'm not sure if I understand you but maybe you are not using delete with cursors? I had a problem in java application that after calling three queries with three cursor objects (3 connections in conf) the next cursor.sendQuery statement hanged. It was because I was not using cursor.delete() function to remove the already used cursor (in Python there is no need to use delete() so I forgot about this thing in Java). Maybe it is something similiar in your case. -- Maciej Wisniowski |