regarding isolation amongst threads

From: "Surabhi Ahuja " <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: regarding isolation amongst threads
Date: 2005-08-16 10:36:57
Message-ID: CE5C48E227F8ED4990FAC4332100ADC621B55E@EVS.iiitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 ..everythings goes for a toss.

Thanks

Regards
Surabhi Ahuja

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Piskorski 2005-08-16 11:45:35 Re: Testing of MVCC
Previous Message Mage 2005-08-16 09:27:45 Re: atomic function