RE: [PHP] Load Balancing and PHP Sessions

2002-04-25 Thread Dan Harrington
Couldn't you store the session information on disk using sessions.save on an NFS volume that is shared between machines? Dan > -Original Message- > From: Baumann Reto [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 3:39 PM > To: [EMAIL PROTECTED] >

[PHP] Load Balancing and PHP Sessions

2002-04-25 Thread Baumann Reto
Is it possible to have sessions (via cookie) on a load balanced environment? Therefore having www1.test.com and www2.test.com and share the same sessions? The systems can access the same file-system, but it seems that the session is not passed. Could this have something to do with ses

RE: [PHP] load balancing...

2001-05-17 Thread Dan Harrington
Take a look at www.coyotepoint.com :-) > -Original Message- > From: Juan Claudio Santana Saldana [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 8:19 PM > To: [EMAIL PROTECTED] > Subject: [PHP] load balancing... > > > Does anybody know how to do loa

RE: [PHP] load balancing...

2001-05-15 Thread Johnson, Kirk
dio Santana Saldaña [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 8:19 PM > To: [EMAIL PROTECTED] > Subject: [PHP] load balancing... > > > Does anybody know how to do load balancing with php and > apache ? can > you recomend me any tutorial document or

[PHP] load balancing...

2001-05-14 Thread Juan Claudio Santana Saldaña
Does anybody know how to do load balancing with php and apache ? can you recomend me any tutorial document or how to? Thank you. Claudio. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

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, th

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

2001-01-15 Thread Joe Stump
gt; To: Alex Black; [EMAIL PROTECTED] > Subject: Re: [PHP] load balancing with php/apache? > > > Addressed to: Alex Black <[EMAIL PROTECTED]> > [EMAIL PROTECTED] > > ** Reply to note from Alex Black <[EMAIL PROTECTED]> Sun, 14 Jan 2001 > 17:16:5

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

2001-01-15 Thread Tim Parkin
: [PHP] load balancing with php/apache? 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 > O

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 technolo

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 dir

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 ha

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
Saul Zaentz Film 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. >

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&

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

2001-01-14 Thread jeremy brand
D]" <[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. > Tha

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 wit

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 -- = B2

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

2001-01-13 Thread jeremy brand
t; > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] load balancing with php/apache? > > we store the sessions in the DB. > > Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED] > http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more >

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

2001-01-13 Thread jeremy brand
/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "" -- 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] > Subje

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

2001-01-13 Thread Joe Stump
:[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 > &

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

2001-01-13 Thread Joe Stump
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 En

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

2001-01-13 Thread Michael Stearne
; > 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 php/apache? >

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 jeremy brand
PROTECTED] > Subject: 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 &g

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

2001-01-13 Thread jeremy brand
> > We use LVS on our website - it works great! We have 2 load balancers with the > > HA package and 6 PHP webservers running behind it (with a central DB server). > > Yes, I have heard very good things about LVS. Haven't had a chance to set > it up myself yet. Definitely something for the TODO

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

2001-01-13 Thread Rasmus Lerdorf
oe 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? > > > > http://www.linuxvirtualserver.org/ > > We use LVS on our website - it works great! W

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

2001-01-13 Thread Michael Kimsal
We've used local director in the past, as well as the 'f5' product (big IP? - I forgot the company name). Maybe it's 'big ip' from f5. Shows you how much we think about it - it just does it's job. As others pointed out, you can go with a software version under Linux, and I think W2k enterprise h

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

2001-01-13 Thread Cal Evans
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? > h

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

2001-01-13 Thread Rasmus Lerdorf
> > 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 running behind it (with a central DB server). Yes, I have heard very good things about LVS. Haven't had a chance to set it up myself yet. D

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

2001-01-13 Thread Joe Stump
> 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 running behind it (with a central DB server). In short, it's possible and works quite well. BTW We user FreeBSD for webservers if that's any help (th

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

2001-01-13 Thread Rasmus Lerdorf
> this might be a very silly question, but folks in my > company have now started asking some enterprise > questions like "sure, we'll do php but how about load > balancing?" i have a feeling that this can be achieved > with some caching on apache? how can i achieve this? Surely they don't expect

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

2001-01-13 Thread Tim Zickus
We use Cisco LocalDirector to do load balancing in our web cluster. It's very configurable and has worked very well (so far!). - Tim > this might be a very silly question, but folks in my > company have now started asking some enterprise > questions like "sure, we'll do php but how about load >

[PHP] load balancing with php/apache?

2001-01-13 Thread Erick Papadakis
hello people this might be a very silly question, but folks in my company have now started asking some enterprise questions like "sure, we'll do php but how about load balancing?" i have a feeling that this can be achieved with some caching on apache? how can i achieve this? thanks/erick __