From: David S. <dp...@di...> - 2004-07-11 16:01:14
|
The discussion thus far has reached the point where y'all have figured out a way to divert requests for multiple databases to just the master, but on a session-based granularity. I've brought up a legitimate scenario when someone would be working in such an environment and make some changes, then close the session and want to view their changes "live" before proceeding with more changes. I don't think this scenario is unreasonable or even very rare. The implication in your reply is that the WG content admin would have some idea of how long it would take to propagate the changes based on the internal server architecture. I think you are making an assumption here where the guy who's the "Admin" of the WG content is also the "admin" of the servers. For a single-server scenario, that's probably valid. But when you start to venture off into sites that are sophisticated enough to require replicated databases, it's increasingly likely that the site content admin is not the same person who maintains the operation of the servers themselves. It's probably no skin off my back because I can't image running replicated databases, not for a while at least. But, in the spirit of contributing to the discussion, I'm just suggesting a reasonable usage scenario that you might want to take into consideration in your present design. -David JT Smith wrote: > If you are running multiple databases, which you probably won't be, yes it could take a > few seconds or even minutes to see your changes. It really depends upon how busy your > servers are as to how quickly they are resynced. > > 98% of WebGUI users will never use multiple databases, and therefore won't even know > that this feature exists, and won't be affected by it. > > On Sat, 10 Jul 2004 00:48:09 -0700 > David Schwartz <dp...@di...> wrote: > >When I modify a WG site (in Admin mode), I tend to put some stuff on a page, > >then have a look at it from the "outside" (after logging out) to be sure I got > >all of my security settings correct. What happens in this situation? If it > >takes "a while" (are we talking seconds, minutes, or what?) for the slaves to > >get updated, my interpretation of this discussions implies that it's fairly > >likely that none of the changes made in Admin mode will actually be visible for > >"a while". Or am I missing something? > > > >-David > > > >Christian Zoellin wrote: > > |