Re: 2 web servers serving same pages
- From: plenty900@xxxxxxxxx
- Date: Wed, 9 Apr 2008 14:10:38 -0700 (PDT)
This is not recommended unless the PHP does not modifications to the
pages or a database. Unless you put logic in the php code to check for
simultaneous access, you're libel to get weird and unpredictable results
of the two servers attempt to modify the same thing at the same time.
My impression is that every SQL access would have to be
surrounded by LOCK TABLES and UNLOCK TABLES commands.
But regarding sessions, it occurs to me that if a user
does one access and it goes to server A, and the next
access goes to server B, each server could have different
session info for that user.
.
- Follow-Ups:
- Re: 2 web servers serving same pages
- From: Jerry Stuckle
- Re: 2 web servers serving same pages
- From: Jerry Stuckle
- Re: 2 web servers serving same pages
- References:
- 2 web servers serving same pages
- From: plenty900
- 2 web servers serving same pages
- Prev by Date: Double drop down combo box
- Next by Date: Re: Sending mail to many recipients issue.
- Previous by thread: 2 web servers serving same pages
- Next by thread: Re: 2 web servers serving same pages
- Index(es):
Relevant Pages
|