X-Git-Url: http://git.megacz.com/?p=org.ibex.jinetd.git;a=blobdiff_plain;f=www%2Findex.html;h=2ceb80c9d9c3e88053424c163333d0029f4f3556;hp=2f99367aedf958ef8ffa4a25bca0e4681c194af0;hb=5b90eeae52e2a8de79a21c6a57a2d755aab41da5;hpb=792b114e78d5d2a23498fb8b784b404f89c4106a diff --git a/www/index.html b/www/index.html index 2f99367..2ceb80c 100644 --- a/www/index.html +++ b/www/index.html @@ -10,6 +10,85 @@ 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: + + + + + +v v v v v v v +************* +

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, TELNET, CIFS/SMB, @@ -80,3 +159,5 @@ different network protocol handlers to share the following facilities: + +^ ^ ^ ^ ^ ^ ^ \ No newline at end of file