Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How does Web Application Server control concurrency ??

How does Web Application Server control concurrency ??

From: Eng Hui Sia <sh901565_at_stmail.staffs.ac.uk>
Date: 1998/01/29
Message-ID: <34D1014C.48CF7486@stmail.staffs.ac.uk>#1/1

I have a doubt on the Concurrency control in Oracle WAS 3.0 As the Webserver is using its Transaction model to provide transaction demarcation, transaction context of client will be stored in the database.
When a client has not commit its transaction, data refered will be locked.
If there is another client needs to process the same data, it has to wait
for the earlier client to release the lock. so the later client has to wait for the commit to take place or the time out session on the earlier client. Is that true ?

thanks in advance.

e h sia Received on Thu Jan 29 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US