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, etc.

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.org, and they use neither, instead they chose
perl_mod. anything is possible with enough CPU mussle.


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to