----- Original Message -----
From: "Tim Endres" <ti...@ice.com>
To: "Emanuel Dejanu" <edej...@route66.ro>; <ja...@lists.mysql.com>;
<SERV...@JAVA.SUN.COM>
Sent: Monday, January 24, 2000 10:54 AM
Subject: Re: Help me
I would recommend Java Servlets.
tmi.
Ditto. I've found in almost all cases that servlets are as fast as anything
else I've had to do with C/C++ or Perl.
The development time you will save however is why I would recommend them
over anything else. I can turn out something servlet based in 1/2 to 1/3 the
time of a C/C++ solution, and have it be more maintainable than a Perl
solution just because of the features of the Java language, the servlet API,
and the ton of class libraries out there that are "web aware". It's also
very easy for another developer to pick up the code and figure out what's
going on.
-Mark