|
Posted by ZeldorBlat on 06/28/07 22:17
On Jun 28, 6:11 pm, "Paul.Lee.1971" <Paul.Lee.1...@googlemail.com>
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?
>
> TIA
>
> Paul
> --http://www.paullee.com
It probably won't make any noticeable difference. The performance of
the application will most likely be bound to the performance of the
database anyway.
If I had to pick/guess, I would have to assume the C++ cgi will be
faster. As I said before, though, the difference won't be noticeable.
[Back to original message]
|