Date: 06/30/00
- Next message: liam <email protected>: "[PHP-DEV] PHP 4.0 Bug #5316: PHP stops working after 124 Virtual hosts in httpd.conf"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4146 Updated: will not compile with Solid EE 3.5 (3.0, too)"
- In reply to: Daniel Beckham: "Re: [PHP-DEV] Sessio variables and Load Balancing"
- Next in thread: Daniel Beckham: "Re: [PHP-DEV] Sessio variables and Load Balancing"
- Reply: Daniel Beckham: "Re: [PHP-DEV] Sessio variables and Load Balancing"
- Reply: Joshua Brindle: "Re: [PHP-DEV] Sessio variables and Load Balancing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> How do we all know that NFS is unreliable under Linux? Why is it
> unreliable and were do I find documentation to support this? I've heard
> people say this, but never with any information to back that up.. seems
> more of a "feeling".
Search around if you want to see reports of unreliability and performance
problems with NFS. There've been a couple Ask Slashdots about it, with the
general conclusion that recent kernels are much better than the old ones.
> It might be an *easier*solution to use the database to store sessions, but
> if you have thousands of visitors per day.. you will begin to drag your
> database server to the pits of hell with the number of queries you will be
> making just to retrieve session data, not counting the queries you would
> already be making to serve various dynamic content. Not recommended for a
If you're using MySQL or a well-tuned Oracle install, this won't be a big
deal at all. Retrieving a record on an indexed column is extremely fast. If
the single query necessary to retrieve a session's data measurably affects
your site performance, your database is either severely underspeced or your
DBA should be fired for gross incompetence.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: liam <email protected>: "[PHP-DEV] PHP 4.0 Bug #5316: PHP stops working after 124 Virtual hosts in httpd.conf"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4146 Updated: will not compile with Solid EE 3.5 (3.0, too)"
- In reply to: Daniel Beckham: "Re: [PHP-DEV] Sessio variables and Load Balancing"
- Next in thread: Daniel Beckham: "Re: [PHP-DEV] Sessio variables and Load Balancing"
- Reply: Daniel Beckham: "Re: [PHP-DEV] Sessio variables and Load Balancing"
- Reply: Joshua Brindle: "Re: [PHP-DEV] Sessio variables and Load Balancing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

