Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Distributed "event" broadcasting?

by perrin (Chancellor)
on Apr 21, 2009 at 17:39 UTC ( [id://759068]=note: print w/replies, xml ) Need Help??


in reply to Distributed "event" broadcasting?

What you're doing already is a lot more robust than using memcached. You could try something like this: Have one process that polls the db for new events, and then makes HTTP requests to URLs subscribed to the event type. Then you can run HTTP servers wherever you like to receive event notifications. It's a lot more work than a simple polling setup though.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://759068]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-24 20:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found