From owner-freebsd-java Wed Dec 30 00:24:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19245 for freebsd-java-outgoing; Wed, 30 Dec 1998 00:24:12 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (sj-dsl-9-129-138.dspeed.net [209.249.129.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19229; Wed, 30 Dec 1998 00:24:09 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.1/8.8.8) with ESMTP id AAA80195; Wed, 30 Dec 1998 00:23:23 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199812300823.AAA80195@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Nate Williams cc: Mark Diekhans , girgen@partitur.se, freebsd-java@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Porting java stuff? Proposal? In-reply-to: Your message of "Wed, 30 Dec 1998 01:09:55 MST." <199812300809.BAA03792@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 30 Dec 1998 00:23:23 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am doing a little work on Jserv and it looks like its performance is not bad . Will have to qualify that later on the week with something like Apache JMeter 8) As some of you may know Apache JServ is a servlet server which works with Apache. The interesting scenario is that JServ loads a servlet think about it as a CGI and it remains resident on the server . servlets are multi threaded so a single copy gets used to serve multiple clients. If anyone is interested there are a couple of books on Servlets: Computing Mcgraw-Hill Java Servlets by Karl Moss O'Reilly Java Servlet Programmy by Jason Hunter with William Crawford O'Reillys so far is my favorite one. Servlets are being used in high-end commerce web servers . Sun's commerce web server uses http://www.atg.com servlet / application engine. http://www.xs4all.nl/~vincentp/gnujsp is an implementation of of Java Server Pages which basically one can mix HTML and Java 8) http://www.javasoft.com/products/jsp/jsp092.html#applications Have Fun Guys, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message