Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 12590 invoked from network); 28 Jul 2006 21:20:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2006 21:20:00 -0000 Received: (qmail 77211 invoked by uid 500); 28 Jul 2006 21:19:47 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 77188 invoked by uid 500); 28 Jul 2006 21:19:47 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 77177 invoked by uid 99); 28 Jul 2006 21:19:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 14:19:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.72.192.234] (HELO fmmailgate03.web.de) (217.72.192.234) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 14:19:45 -0700 Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id C9794C695F7 for ; Fri, 28 Jul 2006 23:19:24 +0200 (CEST) Received: from [82.97.177.21] (helo=JAN) by smtp08.web.de with smtp (WEB.DE 4.107 #114) id 1G6Zjw-000432-00 for users@tomcat.apache.org; Fri, 28 Jul 2006 23:19:24 +0200 Message-ID: <001501c6b28b$83db8d80$6f01a8c0@JAN> From: "Jan Strauch" To: Subject: Databaseaccess speed Date: Fri, 28 Jul 2006 23:18:51 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C6B29C.2F9FEC50" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: waynel@web.de X-Sender: waynel@web.de X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0010_01C6B29C.2F9FEC50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 create html and sends it to user The problem is: this only works if there are 30 minutes time between 1. = and 2. If i connect to mysql via console, it takes the same 30 mins to access = and view the data in the DB given in step 1. - all connections of the servlets are closed after the job - all variables are freed - everything else is freed, closed or destroyed Maybe tomcat or mysql waits for something.=20 Timeout of something ? but what? The only timeout explicitely given in the configs is for 600 secs for = sessioninactivity. Please help me Thanks wayne ------=_NextPart_000_0010_01C6B29C.2F9FEC50--