Displaying 1 result from an estimated 1 matches for "chat_notifier".
2006 Dec 04
4
Question about acls
...: 60
:pool_size: 15
:load_rails: true
:rails_env: development
:environment: development
:host: localhost
:uri: druby://localhost:22222/
:database_yml: config/database.yml
:protocol: druby
:acl:
:deny: all
:allow: localhost 127.0.0.1 server1
:order: deny,allow
autostart:
1:
job_key: chat_notifier
class: chat_notification_worker
Which runs on server2. (I know, some of the options probably don''t
belong there but when it''s set up on a standalone server it works,
so...)
I''m using the druby protocol, which I''m pretty sure works over TCP
instead o...