Are you using the JDBC-ODBC bridge? If so then I'd not worry about the delayed writes, I'd worry about restarting your app often (daily/weekly), and your database engine for that matter.
--mikej -=----- mike jackson [EMAIL PROTECTED] > -----Original Message----- > From: Josh McDonald [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 29, 2002 3:45 PM > To: Tomcat Users List > Subject: Re: Database write delay?!?!?!? > > > Using jdbc->odbc->jet (don't bother telling me it wasn't my decision) - > would this be a problem? Does it even support transactions? > > -Josh > > And can you tell me, doctor, why I still can't get to sleep? > And why the Channel Seven chopper chills me to my feet? > And what's this rash that comes and goes, can you tell me what it means? > God help me, I was only nineteen. > ----- Original Message ----- > From: "Sexton, George" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Thursday, August 29, 2002 11:18 PM > Subject: RE: Database write delay?!?!?!? > > > > Um... ... ... > > > > What database are you using? > > > > Do you have autocommit() turned on in your jdbc connection? > > > > -----Original Message----- > > From: Josh G [mailto:[EMAIL PROTECTED]] > > Sent: 28 August, 2002 11:47 PM > > To: Tomcat Users List > > Subject: Database write delay?!?!?!? > > > > > > Hi, > > After banging my head against it all day, I've discovered that > _somewhere_ > > between my servlet code and the filesystem, writes to the database are > being > > cached. However, reads are not coming from the cache. I'm getting around > the > > problem at the moment with a simple window.setTimeout in JS instead of > > response.sendRedirect(), but this is inelegant and I'd like to lose it. > > > > Has anybody else come across this problem? Is it something I'm doing > wrong? > > Please tell me it's something I'm doing wrong :-) > > > > Baffled, > > -Josh > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
