[GENERAL] regarding isolation amongst threads

2005-08-16 Thread Surabhi Ahuja
Dear All,   it seems to me that ...isolation is guaranteed only if we are considering different connections in different processes.   if we have multiple threads ...each using diff connection (but same process) ..isolation is not happening. when context switch between threads happens ..everythi

[GENERAL] regarding isolation amongst threads

2005-08-16 Thread Surabhi Ahuja
Hello,   The platform is linux and the version is postgreSQL 8.0.0   not that the database is going into some inconsistent state.  it is not crashing but ... then ..the beahviour is different for the two ..i mean processes...and threads   i ll do more checking to see if it crashes or not. Someti

Re: [GENERAL] regarding isolation amongst threads

2005-08-16 Thread Martijn van Oosterhout
On Tue, Aug 16, 2005 at 04:06:57PM +0530, Surabhi Ahuja wrote: > Dear All, > > it seems to me that ...isolation is guaranteed only if we are considering > different connections in different processes. > > if we have multiple threads ...each using diff connection (but same process) > ..isolat