Re: [GENERAL] ECPG and multiple threads

2006-11-10 Thread Martijn van Oosterhout
On Fri, Nov 10, 2006 at 12:23:19AM -0800, Adam wrote: > Hi, > > I'm porting an embedded-SQL application to PostgreSQL so embedded sql > is a must for me. My application is multi-threaded. SQL queries are > used by several threads. The program keeps terminating unexpectedly in > deemingly "innocent

Re: [GENERAL] ECPG and multiple threads

2006-11-10 Thread Albe Laurenz
> I'm porting an embedded-SQL application to PostgreSQL so embedded sql > is a must for me. My application is multi-threaded. SQL queries are > used by several threads. The program keeps terminating unexpectedly in > deemingly "innocent" places. > I figured out that ecpg library can be responsible

[GENERAL] ECPG and multiple threads

2006-11-10 Thread Adam
Hi, I'm porting an embedded-SQL application to PostgreSQL so embedded sql is a must for me. My application is multi-threaded. SQL queries are used by several threads. The program keeps terminating unexpectedly in deemingly "innocent" places. I figured out that ecpg library can be responsible for t