Re: Databaseaccess speed

2006-07-28 Thread Christopher Schultz
Jan, > The problem is: this only works if there are 30 minutes time between 1. and 2. The only thing that I can think of is that you have autocommit set to FALSE and are never committing the transaction. However... > - all connections of the servlets are closed after the job > - all variables ar

Databaseaccess speed

2006-07-28 Thread Jan Strauch
Hello world !!! I have a greater problem with delays between write and read-access using tomcat. The scenario: tomcat 5.0.28 mysql Ver 14.7 Distrib 4.1.10a, for suse-linux (x86_64) 1. a servlet inserts data given by user via browser into the database 2. a second servlet uses these data to crea