Re: PHP or C/C++

1999-12-28 Thread Stanislav Malyshev a.k.a Frodo
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

Re: PHP or C/C++

1999-12-28 Thread chen
> 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.

Re: PHP or C/C++

1999-12-28 Thread Ira Abramov
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