From 9b172c3e22e33a7378f7d7bb7430ff4099561885 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 6 Aug 2004 22:51:35 +0000 Subject: [PATCH 1/1] added web page darcs-hash:20040806225135-5007d-f1435cacdb3fdedbd34b8f16cde33e8cb88f9910.gz --- www/index.html | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 www/index.html diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..347ed17 --- /dev/null +++ b/www/index.html @@ -0,0 +1,80 @@ + + + +

Jinetd: inetd for Java

+ +

What is it?

+ +Jinetd does for TCP what servlet containers do for HTTP. + +

Isn't HTTP all that matters?

+ +There are now Java servers for almost every network protocol: HTTP, +SMTP, IMAP, POP3, NNTP, DNS, SSH, CIFS/SMB, and plenty of others. +Using servers written in buffer-overflow-free languages is the most +important step towards maintaining network security and stopping +worms. + +

Huh?

+ +Jinetd listens on the ports and interfaces you specify. When it +receives a connection, it loads the code designated to handle that +protocol and hands off the connection. + +

Isn't that trivially simple?

+ +While jinetd is an extremely lightweight server, it allows multiple +different network protocol handlers to share the following facilities: + + + + + \ No newline at end of file -- 1.7.10.4