Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 1998 00:23:23 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Nate Williams <nate@mt.sri.com>
Cc:        Mark Diekhans <markd@Grizzly.COM>, girgen@partitur.se, freebsd-java@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: Porting java stuff? Proposal? 
Message-ID:  <199812300823.AAA80195@rah.star-gate.com>
In-Reply-To: Your message of "Wed, 30 Dec 1998 01:09:55 MST." <199812300809.BAA03792@mt.sri.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812300823.AAA80195>