Re: [PHP] load balancing with php/apache?

2001-01-15 Thread Joe Stump
But they are great. Network Attatched Storage at its best (gigabit fibre too) Tim Parkin Didio Communications -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 08:39 To: Alex Black; [EMAIL PROTECTED] Subject: Re: [PHP] load

Re: [PHP] load balancing with php/apache?

2001-01-15 Thread Alex Black
We used LocalDirector for awhile, with it's 'sticky bit' functionality, and it basically didn't work with AOL. I just looked at the coyote product and they claim it works with 'large ISP' proxies - maybe a veiled reference to AOL directly (why not just say AOL?). from my testing, the

RE: [PHP] load balancing with php/apache?

2001-01-14 Thread Cal Evans
I agree. You've piqued my curiosity. Can you go into details? Cal http://.calevans.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 13, 2001 10:19 PM To: jeremy brand Cc: [EMAIL PROTECTED] Subject: RE: [PHP] load balancing with php

RE: [PHP] load balancing with php/apache?

2001-01-14 Thread jeremy brand
ot; [EMAIL PROTECTED] To: jeremy brand [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] load balancing with php/apache? On Sat, 13 Jan 2001, jeremy brand wrote: Oh, BTW, we don't use PHP sessions, we use our own. That has got me hooked - what do you use? do you mean you dont us

RE: [PHP] load balancing with php/apache?

2001-01-14 Thread jeremy brand
4 Jan 2001, Cal Evans wrote: Date: Sun, 14 Jan 2001 08:26:46 -0600 From: Cal Evans [EMAIL PROTECTED] To: [EMAIL PROTECTED], jeremy brand [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] load balancing with php/apache? I agree. You've piqued my curiosity. Can you go into details?

Re: [PHP] load balancing with php/apache?

2001-01-14 Thread Alex Black
lm Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 From: [EMAIL PROTECTED] (jeremy brand) Newsgroups: php.general Date: 13 Jan 2001 13:41:19 -0800 Subject: RE: [PHP] load balancing with php/apache? we store the sessions in the DB. Jeremy Brand :: Sr. Software Engineer :: 40

Re: [PHP] load balancing with php/apache?

2001-01-14 Thread Alex Black
Whoever said NFS is slow hasn't used a NetApp amen brother. -a -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] load balancing with php/apache?

2001-01-14 Thread Alex Black
Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 From: [EMAIL PROTECTED] (jeremy brand) Newsgroups: php.general Date: 13 Jan 2001 12:16:09 -0800 Subject: Re: [PHP] load balancing with php/apache? We use LVS on our website - it works great! We have 2 load balancers with the HA

Re: [PHP] load balancing with php/apache?

2001-01-14 Thread Michael Kimsal
Wasn't directed quite at me, but I'll chime in nonetheless We used LocalDirector for awhile, with it's 'sticky bit' functionality, and it basically didn't work with AOL. I just looked at the coyote product and they claim it works with 'large ISP' proxies - maybe a veiled reference to AOL

Re: [PHP] load balancing with php/apache?

2001-01-14 Thread php3
Addressed to: Alex Black [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from Alex Black [EMAIL PROTECTED] Sun, 14 Jan 2001 17:16:50 -0800 Whoever said NFS is slow hasn't used a NetApp OK, I'll bite. What is NetApp? Network Appliance? Is this a cache technology, or

RE: [PHP] load balancing with php/apache?

2001-01-13 Thread Rasmus Lerdorf
PROTECTED]] Sent: Saturday, January 13, 2001 11:22 AM To: Rasmus Lerdorf Cc: [EMAIL PROTECTED] Subject: Re: [PHP] load balancing with php/apache? http://www.linuxvirtualserver.org/ We use LVS on our website - it works great! We have 2 load balancers with the HA package and 6 PHP webservers

RE: [PHP] load balancing with php/apache?

2001-01-13 Thread jeremy brand
ubject: RE: [PHP] load balancing with php/apache? How does it deal with sessions? Or do use store sessions in the database? Cal -Original Message- From: Joe Stump [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 13, 2001 11:22 AM To: Rasmus Lerdorf Cc: [EMAIL PROTECTED] Subject

RE: [PHP] load balancing with php/apache?

2001-01-13 Thread Cal Evans
PROTECTED]] Sent: Saturday, January 13, 2001 2:20 PM To: Cal Evans Cc: [EMAIL PROTECTED] Subject: RE: [PHP] load balancing with php/apache? We have a centralized DB server. Sessions are handled by us, the programmers, not the cluster. Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058

RE: [PHP] load balancing with php/apache?

2001-01-13 Thread Michael Stearne
levans.com -Original Message- From: jeremy brand [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 13, 2001 2:20 PM To: Cal Evans Cc: [EMAIL PROTECTED] Subject: RE: [PHP] load balancing with php/apache? We have a centralized DB server. Sessions are handled by us, the p

Re: [PHP] load balancing with php/apache?

2001-01-13 Thread Joe Stump
ers anyhow? 4) some other option? Cal http://www.calevans.com -Original Message- From: jeremy brand [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 13, 2001 2:20 PM To: Cal Evans Cc: [EMAIL PROTECTED] Subject: RE: [PHP] load balancing with

RE: [PHP] load balancing with php/apache?

2001-01-13 Thread jeremy brand
/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "body" -- Quoted from Yahoo! homepage, http://www.yahoo.com On Sat, 13 Jan 2001, Cal Evans wrote: Date: Sat, 13 Jan 2001 14:43:19 -0600 From: Cal Evans [EMAIL PROTECTED] To: jeremy brand [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] load balancing with

RE: [PHP] load balancing with php/apache?

2001-01-13 Thread jeremy brand
Cc: [EMAIL PROTECTED] Subject: RE: [PHP] load balancing with php/apache? When you say "handled by us" do you mean you: 1) Write the sess_* files to a shared drive 2) Store them in the database 3) ignore them totally, who needs users anyhow? 4) some other option?

RE: [PHP] load balancing with php/apache?

2001-01-13 Thread [EMAIL PROTECTED]
On Sat, 13 Jan 2001, jeremy brand wrote: Oh, BTW, we don't use PHP sessions, we use our own. That has got me hooked - what do you use? do you mean you dont use 1) PHP4 sessions OR 2) don't use PHP for session handling at all? Tarique -- =