View Single Post

  #1 (permalink)  
Old 08-28-2005, 07:26 AM
techguru techguru is offline
Senior Member
 
Join Date: Mar 2005
Posts: 910
techguru is on a distinguished road
Post Running Servlets on Linux

by Tom Reilly It's no secret that Linux and Apache make an excellent platform for deploying almost any kind of web site. However, it might not be as well known that you can replace those old workhorse CGI scripts with powerful Java servlets on Linux as well. Since these Java servlets are executed on an up and running Java Virtual Machine (instead of a whole new process like CGI), you will find that servlets will not only execute faster but that your web sites can do more with less...

http://www.macromedia.com/v1/handler...26&method=full
Reply With Quote