AB>> for a big (very big) site what is the best (or, efficient) language
AB>> to use with linux and apache PHP Tool or C/C++ ?
Depends on what you mean by "big" - load or code volume. PHP is easier to
write and also PHP 4 should be very fast. But C will still faster, though
you'll spend a lot of
> C/C++ in a CGI? means lots of forking, unless you write it as a server
> module like PHP into Apache. PHP will handle regular expresions that C
> won't, and will be easier to make on-the-fly bug fixes with. one of the
> most loaded servers on the Internet (1 million hits a day) is
> slashdot.
On Tue, 28 Dec 1999, Avi Boots wrote:
> hi list,
>
> for a big (very big) site what is the best (or, efficient) language
> to use with linux and apache PHP Tool or C/C++ ?
I think we already had that kind of a question not long ago...
what's the application? what are the planned loads? etc, et