X-Git-Url: http://git.megacz.com/?p=org.ibex.jinetd.git;a=blobdiff_plain;f=www%2Findex.html;h=2ceb80c9d9c3e88053424c163333d0029f4f3556;hp=347ed173604d120cd934fe5984cded74f4bf9be4;hb=5b90eeae52e2a8de79a21c6a57a2d755aab41da5;hpb=9b172c3e22e33a7378f7d7bb7430ff4099561885 diff --git a/www/index.html b/www/index.html index 347ed17..2ceb80c 100644 --- a/www/index.html +++ b/www/index.html @@ -77,4 +77,87 @@ different network protocol handlers to share the following facilities: - \ No newline at end of file + +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, +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