summaryrefslogtreecommitdiff
path: root/scripts/startdaemons.sh
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-23 05:03:19 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-23 05:03:19 -0400
commit640628de2d593933e810b4785dfe38923b979713 (patch)
tree78787c9a248a0f757dffb622691c822d1b2cc4cd /scripts/startdaemons.sh
parent0dd90461cdc7aad26b6f855ca7f63988a4a74d74 (diff)
A queuehandler for blowing caches offline
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices.
Diffstat (limited to 'scripts/startdaemons.sh')
-rwxr-xr-xscripts/startdaemons.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh
index c3729761d..08de6d954 100755
--- a/scripts/startdaemons.sh
+++ b/scripts/startdaemons.sh
@@ -24,7 +24,8 @@ DIR=`dirname $0`
for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \
xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php \
- twitterqueuehandler.php facebookqueuehandler.php pingqueuehandler.php; do
+ twitterqueuehandler.php facebookqueuehandler.php pingqueuehandler.php \
+ memcachedqueuehandler.php; do
echo -n "Starting $f...";
php $DIR/$f