In a web farm environment, should we base the system date/time to the web servers or the database se
Posted
by leypascua
on Stack Overflow
See other posts from Stack Overflow
or by leypascua
Published on 2010-05-14T08:22:55Z
Indexed on
2010/05/14
8:34 UTC
Read the original article
Hit count: 233
Assuming there are a number of load-balanced web servers in a web farm, is it safe to use DateTime.Now in the application code for getting the system date/time or should we leave this responsibility to the database server?
Would there be a chance that machine date/time settings on all servers in the webfarm are out of sync?
If date/time will be the responsible of the DBMS, how will this strategy work if we have load-balanced replicated DBs?
© Stack Overflow or respective owner