On Thu, 15 Mar 2001 19:59:50 +0200, Marian Vasile
([EMAIL PROTECTED]) wrote:
>I have 3 situations and I need an answer about what is faster...
>
>1. A PHP script that it's executed 10 times in a second, and have to
>update
>a a MySQL table.
>1. A PERL script that it's executed 10 times in a second, and have
>to update
>a a MySQL table.
>1. An servlet(JSP) script that it's executed 10 times in a second,
>and have
>to update a MySQL table.
it depends on many things, but in general I'd say the first two are
about the same and the third is about 3-4 times slower.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]