Sasha Pachev writes:
> I am looking for performance comparision data for the following ways to
> run a Web application interfacing with MYSQL:
>
> regular C/C++ CGI
> C/C++ Fast CGI
> PHP
> Java Servlet
> regular Perl
> mod_perl Perl
> Anything else that I have left out that you know of.
>
> Any comments, ideas, opionions, stories, and of course hard data will be
> appreciated.
>
> --
> Sasha Pachev
> http://www.sashanet.com
Hi!
Fast CGI provides the fastest operation for multiple consecutive
forms.
Everything else equal, I think it is the fastest available
solution. Someone measured that it is only 5 - 15 % slower than
classical client / server.
Sinisa
+---------------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ == mysql@stripped |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic |
| /*/ /*/ /*/ \*\_ |*| |*||*| mailto:sinisa@stripped |
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Belgrade |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|_____ Serbia |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+---------------------------------------------------------------------+