On Wed, Nov 10, 1999 at 12:13:18PM -0000, Barry Redmond wrote:
> Anyone have any thoughts on which is best for web server
> database searches? I'm looking at linux+apache+mysql+perl
> versus linux+apache+mysql+php. Measures of goodness are
> execution speed, and ease of programming (starting from a
> reasonable knowledge of perl but no specific knowledge of php).
For ease of programming: Perl is always fun, but PHP is well
documented and surprisingly intutive. It only took a few hours
total to build slashnull.org (linux+apache+mysql+php) - including
installing the machine and learning PHP from scratch. I was *really*
impressed at how quickly the code just seemed to fall together in PHP.
For execution speed: no contest, choose PHP and build it into the web
server. Forking a separate CGI process is a serious overhead, and Mod::Perl
is a bit heavy to have multiple copies permanently resident in RAM.
PHP gives you a light but powerful web server with a direct interface
to the database, no messing. It's the neatest architecture since
AOLserver+Tcl, and a lot easier to debug.
> The database contains two tables with about 40000 rows in one
> and 20000 in the other.
Decent size. All my databases have been tiddlers. But this will be
down to the speed of the database, not the web server or the scripting
language. Can anyone vouch for MySQL under these circumstances?
Dave
--
dave.wilson at heanet.ie --------------------------------------- +353-1-662-3412
It is one thing to pray; it is another to pray to entities who might not only
be listening, but who will search you out on the road and beat you across the
head with sticks if you say something that offends them. -- Neil Gaiman
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!