On 05/01/07, howard chen howachen@gmail.com wrote:
I suppose the problem should be quite obvious...
any technique deal with this kind of delay?
Yes, the software itself. MediaWiki's load balancer is quite clever, in that it will pick a slave server which isn't too lagged, and make that available for read requests...our maintenance scripts will also wait for production servers to catch up when running large operations.
You might want to look at includes/LoadBalancer.php and includes/Database.php, although most of the intelligence exists in the former.
Rob Church