https://bugzilla.wikimedia.org/show_bug.cgi?id=38822
--- Comment #9 from Daniel Kinzler <[email protected]> 2012-09-28 12:48:48 UTC --- (In reply to comment #7) > > 2) "Wikipedia" should not be hardcoded anywhere - where did you find this? > > Maybe as a default setting, or some such? Ok, I filed what you mentioned as Bug 40594. > > 4) That we have to (potentially) update all Wikipedias after a single edit > > on > > Wikidata lies in the nature of the project, I would think. We are thinking > > about how to make this more efficient by batching updates. I'll try to > > prepare > > a writeup explaining how we currently envision the percolation of the > > changes. > > Aren't we talking about a deployment in October? It seems like a pretty basic > feature to be starting so late. Our current implementation works fine if you have one poll script per wiki. It uses $wgSharedTables for accessing the repo's wb_changes table, which only works if that's on the same server. So I'm now changing this to use the foreign wiki stuff. This should be sufficient for a deployment with a handful of client wikis. A better solution is needed if we want to deploy the client stuff to all Wikipedias. That's what the writeup is about. > Here is my LocalSettings.php, if it helps: > > http://paste.tstarling.com/p/drrHMe.html Cool, thanks for the link! Reedy also pointed me to https://noc.wikimedia.org/conf/db.php.txt, which gave me some idea of how this works. One question about terminology though: Can you explain to me what are "sections" and "groups", and how they related to "clusters"? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
