Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 761 invoked from network); 30 Sep 2003 21:00:08 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by daedalus.apache.org with SMTP; 30 Sep 2003 21:00:08 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A4RbS-0005iZ-00 for ; Tue, 30 Sep 2003 23:00:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: tomcat-dev@jakarta.apache.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4RbP-0005iP-00 for ; Tue, 30 Sep 2003 23:00:11 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A4RbP-0003te-00 for ; Tue, 30 Sep 2003 23:00:11 +0200 From: "Christoph Gaffga" Subject: Re: Strange Perfomance Issue, Tomcat more than 10 times slower than Jetty Date: Tue, 30 Sep 2003 23:01:03 +0200 Organization: Triplemind Internet Services OHG Lines: 25 Message-ID: References: <3F79B072.4020505@apache.org> X-Complaints-To: usenet@sea.gmane.org X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'll try to add one to the bugreport. Christoph "Remy Maucherat" schrieb im Newsbeitrag news:3F79B072.4020505@apache.org... > Christoph Gaffga wrote: > > hi, > > > > i posted this issue before, and decided to run my test with another servlet > > container, before saying: it a problem with tomcat. > > (I'm running tomcat 4.1.27 with JDK 1.4.2 on RH8) > > > > I have a small test class, that > > - Lookup an Entity EJB > > - get a property from the Bean > > - serialize the bean using betwixt > > Unless you can extract a servlet only microbenchmark, I won't look into > that (of course, others could, if they want ;-)). > > Remy