Re: php speed compared to C++ cgi
- From: "Paul.Lee.1971" <Paul.Lee.1971@xxxxxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 15:34:30 -0700
On 29 Jun, 09:49, Andrew Hutchings <i...@xxxxxxxxxxxx> wrote:
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...
Thanks everyone, I really appreciate your advice. It looks like C++
will be faster, but looking at the simply examples (on Informit.com)
it seems to add unnecessary complexity. Anyway, thanks again
Paul
--
http://www.paullee.com
.
- References:
- php speed compared to C++ cgi
- From: Paul.Lee.1971
- Re: php speed compared to C++ cgi
- From: Andrew Hutchings
- php speed compared to C++ cgi
- Prev by Date: Re: Did a phpinfo. What does this "Configure Command" output mean?
- Next by Date: Re: To allow access only from the designated site.
- Previous by thread: Re: php speed compared to C++ cgi
- Next by thread: Custom PHP UI Components?
- Index(es):
Relevant Pages
|