From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1955 invoked by alias); 28 Sep 2002 18:32:04 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 1948 invoked from network); 28 Sep 2002 18:32:03 -0000 Received: from unknown (HELO smarthost2.mail.easynet.fr) (212.180.1.69) by sources.redhat.com with SMTP; 28 Sep 2002 18:32:03 -0000 Received: from [212.11.38.52] (helo=there) by smarthost2.mail.easynet.fr with smtp (Exim 3.35 #1 (Debian)) id 17vMNm-0007oe-00 for ; Sat, 28 Sep 2002 20:32:02 +0200 Content-Type: text/plain; charset="iso-8859-15" From: Christophe Roux To: rhug-rhats@sources.redhat.com Subject: rhug servlet in linux native compile Date: Sat, 28 Sep 2002 11:32:00 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: X-SW-Source: 2002-09/txt/msg00013.txt.bz2 I am developing a communication software with gcj and rhug (tomcat). I found that the byte code for my servlet is slower than with jdk. So I ask, is it possible to use a natively linux compiled servlet instead of byte code with tomcat-rhug? I think gcj allows to have compiled code. Is it compatible with tomcat-rhug ? If so, what is the step to do so? Thanks Christophe Roux