Re: [GENERAL] connection failure

2009-10-06 Thread Miklosi Attila
It's possible. There is only one additional function which returns the process id (by invoking getpid()) of the query source. You think that could cause the problem? My guess is it'ds because of the triggers... There are several tables that have triggers which call stored procedures that create rec

Re: [GENERAL] connection failure

2009-10-05 Thread Allan Kamau
Could it be that a connection may be invoking a newly recreated function rewritten in C that it had previously called before it's recreation? Allan. On Mon, Oct 5, 2009 at 3:06 PM, Miklosi Attila wrote: > > What does the message below mean? > > server closed the connection unexpectedly > This pr

Re: [GENERAL] connection failure

2009-10-05 Thread Sam Mason
On Mon, Oct 05, 2009 at 03:06:41PM +0200, Miklosi Attila wrote: > What does the message below mean? > > server closed the connection unexpectedly > This probably means the server terminated abnormally > before or while processing the request. It means the server disconnected from the client; as i

[GENERAL] connection failure

2009-10-05 Thread Miklosi Attila
What does the message below mean? server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. This message appears sometimes after i send a 'BEGIN' to the server and the processor load of the application goes up to 99%. T