15 Dec
2005
15 Dec
'05
1:53 p.m.
On Thu, Dec 08, 2005 at 03:40:46AM -0500, Jeff Stoner wrote:
- Can a hobbitd worker subscribe to more than one channel without launching multiple workers?
No. One instance of each worker module listens to one channel only. However, you can have the same worker module running in multiple instances, e.g. hobbitd_rrd runs twice - one listens on the "status" channel, the other listens on the "data" channel.
- What is the hobbitd_filter program? The comment is:
/* Filter for incoming messages.
It's a left-over from some early thoughts I had about how to deal with clients.
but I don't see where it gets called from hobbitd or launched as a separate process. I'm very intrigued by this code and what I can accomplish with it.
It was never finished, so you cannot do anything with it. What did you have in mind ?
Henrik