[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] 2 questions
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] 2 questions
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Thu, 15 Dec 2005 14:53:13 +0100
- References: <07DF7A53387B1A41B871D6707E25FE8494C0FC@sbs.CORP.local> <1134031246.16419.9.camel@localhost>
- User-agent: Mutt/1.5.9i
On Thu, Dec 08, 2005 at 03:40:46AM -0500, Jeff Stoner wrote:
> 1. 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.
> 2. 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