Re: php speed compared to C++ cgi
- From: Andrew Hutchings <info@xxxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 08:49:37 GMT
Paul.Lee.1971 wrote:
Hi,
I'm designing an application that will allow users to interrogate a
Mysql database, using some form of regex. The database will be fairly
big, and I'm wondering whether using pre-compiled C++ cgi or php will
be faster?
Pre-compiled C++ will be a lot faster, especially if there is post-processing involved and pre-compiled PHP, and much much faster than un-compiled PHP. But in general it will be much quicker to code in PHP.
--
Andrew Hutchings - LinuxJedi - http://www.linuxjedi.co.uk/
Windows is the path to the darkside...Windows leads to Blue Screen. Blue Screen leads to downtime. Downtime leads to suffering...I sense much Windows in you...
.
- Follow-Ups:
- Re: php speed compared to C++ cgi
- From: Paul.Lee.1971
- Re: php speed compared to C++ cgi
- References:
- php speed compared to C++ cgi
- From: Paul.Lee.1971
- php speed compared to C++ cgi
- Prev by Date: Re: Question re: sql injection
- Next by Date: Re: php generated images vs image file...which is better?
- Previous by thread: Re: php speed compared to C++ cgi
- Next by thread: Re: php speed compared to C++ cgi
- Index(es):
Relevant Pages
|