On Tue, 21 Jan 2003, Andre John Cruz wrote: .. > http://sqlrelay.sourceforge.net/sqlrelay/faq.html > > has anybody here tried this? can it really improve database-backed web > site scalability?
You don't really need to do that. Connection-pooling can be done by Apache::DBI or even with some homegrown code. What you do is, put a Squid proxy accelerator in front of your web server (Apache/mod_perl). So what happens is, the Squid box will take care of all the static content, and Apache will be free to handle the database-backed content. This way you don't have to have such a huge Apache box. --- Orlando Andico <[EMAIL PROTECTED]> Mosaic Communications, Inc. _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
