You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andreas Wüst <aw...@soloplan.de> on 2003/07/02 09:00:03 UTC

commited data not available for a few seconds (connection pool misconfiguration ?)

Hi,

i have a small problem with the connection pool that comes along with
tomcat.
I have the following scenario : i have an webapp with with i can modify
some
userdata in a oracle db. after creating some new userdata the webapp
does
not find the new userdata immediately when i start a new search.
however,
that new data is definitely available in the db (i checked that with the

sql worksheet). 
for some reason the new userdata takes about 10 seconds before i can
find
it with the webapp, however it should be available immediately. as far
as
i understood the connection pooling mechanism i get a connection from
the pool,
write my data to the db (+ doing a commit), after that i close the
connection.
then, when searching for the data, i get another connection. but with
this 
connection i cannot find the data immediately. when i wait for some time
the data is suddenly found. 
why can't one connection find what another connection just commited ?
or do i get something wrong ?
does anybody know how i can fix this problem ?

btw. i am using tomcat 4.1.24

thanks in advance,

 Andreas 


************************************************************************
***********************************
                         Soloplan GmbH, Software für Logistik und
Planung,
                              Cambodunumweg 11, D-87437 Kempten
                Andreas Wüst ; Tel.: +49 (0)831-57407-52 ; Fax.: +49
(0)831-57407-20
                                         aw@soloplan.de

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org