>Java servlets with a good servlet engine (at least keeping session context >between user requests) will be the best. The main advantage of the current >servlet technology is that the engine is always on and creates a single >object space in which multiple user requests may be processed using the >same object set (for example the session context and so on). > >In C++ as well as the other environments the executable (C++ program or >the interpreter will start once and again on each request - do not mention >any fastness. I do not know whether there are C++ engines doing the >same work - it's possible to write a servlet request server in any >language/OS. >I do not know. >By the way, why do not you consider an ISAPI extension? I must develop on an Linux machine with Apache Web Server so I don't have ISAPI. My question was simple what is the best programming language to develop a fast application for Apache Web Server (CGI). I option are: 1. Servlets 2. C++ 3. PHP 3. Perl I want to know what are the best for speed. I am new in the servlet space so I don't know how speed they have. Thank you Mikhail for your fast response. Best regards Emanuel Dejanu. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
