Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 43979 invoked from network); 1 Jun 2007 17:08:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 17:08:19 -0000 Received: (qmail 51039 invoked by uid 500); 1 Jun 2007 17:08:09 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51018 invoked by uid 500); 1 Jun 2007 17:08:09 -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 51003 invoked by uid 99); 1 Jun 2007 17:08:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 10:08:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [68.142.206.241] (HELO smtp108.plus.mail.mud.yahoo.com) (68.142.206.241) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Jun 2007 10:08:03 -0700 Received: (qmail 23574 invoked from network); 1 Jun 2007 17:07:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=poYAGKPklwALtgQUXTi6O//9/emz/yRjrXM8lHVE/65IYYlJSAsr02X0eW7veV9bGvVSqSgxd/lM/DJWCzwOb/57Gswvz1QRLzJh9X3kg1k+P/rC19J8+FRMXRCapYoPTXAczulTG+u/7YXRPT7U7u9kvf6kAZYaDBZevnhKPcg= ; Received: from unknown (HELO ?127.0.0.1?) (cszamudio@66.91.227.190 with plain) by smtp108.plus.mail.mud.yahoo.com with SMTP; 1 Jun 2007 17:07:41 -0000 X-YMail-OSG: pFX3VecVM1mSCypaIibCiPFn4vpN4LJTC0.Y1swzsqdEpBs4eVIBTOIKQVrsmj9LrgUqcsGPkQ-- Message-ID: <46605241.2010903@yahoo.com> Date: Fri, 01 Jun 2007 10:07:13 -0700 From: "Carlos S. Zamudio" User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Deploying WS on Tomcat Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi,. I have a general question about deploying Web Services on Tomcat (6). I'm trying to set up a sort of compute server on Tomcat where web services requests are called to execute an algorithm and return the results. I use AXIS2 for the WS communication protocol. I'm running benchmarks on CPU and memory utilization on Tomcat and I am wondering what the mechanisms are for Tomcat to free up resources once it has completed the calculation request. What happens now is that I quickly run out of memory for a simple test case of a series of sequential requests. Is there a persistence of the session until some future timeout event? Thanks in advance for any suggestions. Carlos S. Zamudio --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org