Re: 2 web servers serving same pages




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.

.



Relevant Pages

  • Re: Server Extensions in a cluster
    ... Session info established previously on a different server. ... You designate a MS SQL Server to retain all the Session info. ... Microsoft FrontPage MVP ... > running on our Exchange Cluster. ...
    (microsoft.public.frontpage.client)
  • Re: Storing of parameters / session info with DAP vbscript
    ... Ken Snell ... to be used on an ternminal server. ... But now in Terminal server I do not have the rights to write anything on ... Does any one have an idea how to store session info for this application?? ...
    (microsoft.public.access.dataaccess.pages)
  • Re: 2 web servers serving same pages
    ... you're libel to get weird and unpredictable results ... access goes to server B, ... session info for that user. ... What you do have to watch out for is changes to the file system other than through the SQL database. ...
    (comp.lang.php)
  • Re: 2 web servers serving same pages
    ... simultaneous access, you're libel to get weird and unpredictable results ... access goes to server B, ... session info for that user. ...
    (comp.lang.php)
  • Re: Ex2K3 Repeated inbound SMTP failure (timeout) from specific do
    ... SMTP logging is on, fail to receive from one domain, mail server is behind ... ISA here is the session info ...
    (microsoft.public.exchange.admin)