On Friday 29 May 2009 14:44:55 Bernie Wu wrote: > Hi Les, > Currently, there is no database or filesystem on the active system that > needs to be sync'ed. Apache currently just serves up static pages. It's > too early in our POC for something fancy.
Syncing only really works if people upload files and expect them to persist past their current "session". With throw-away uploads (i.e. they click on upload and get back some output) it's not going to do anything, and with fancier stuff like data entry via multiple CGI forms you'll want DRBD. And if you have stateful stuff like applet-servlet apps, those will break during failover. Dima -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
