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?
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Emanuel
Dejanu
Sent: Monday, January 24, 2000 2:35 AM
To: [EMAIL PROTECTED]
Subject: Help me
Hi,
I must develop a new web mail application. The problem is that the
application must be as fast as possible.
I will use MySQL server to keep user messages and users profiles.
My question is: what is the best language to develop such application? <!--
in the idea of speed, not easy development -->
To keep the list as little as possible please tell me between this:
1. Java Servlets
2. C++ CGI (with MySQL++ classes)
3. PHP
4. Perl CGI
Thank you.
___________________________________________________________________________
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
___________________________________________________________________________
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