]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Queues: redid the breakout control model so we can start up and subscribe to queues...
authorBrion Vibber <brion@pobox.com>
Thu, 18 Feb 2010 00:49:00 +0000 (16:49 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 18 Feb 2010 00:49:00 +0000 (16:49 -0800)
commitce6be4f83624d8c39a93d2b54567cc2f33580812
treec121a3d5666c98649351fa04cc48e4c03a16db76
parent73ba26efe3d9d97c478a507d351ac92d28d82655
Queues: redid the breakout control model so we can start up and subscribe to queues without running through the complete site list, which is ok at 1k sites but too slow at 10k.
All breakout queues that we're going to need to listen to now need to be explicitly listed in $config['queue']['breakout'].

Until XMPP is moved to component model, this setting will let the individual processes work with their own queues:
$config['queue']['breakout'][] = 'xmpp/xmppout/' . $config['site']['nickname'];
lib/default.php
lib/iomaster.php
lib/stompqueuemanager.php
scripts/queuedaemon.php