On Wed, Jan 26, 2011 at 3:11 PM, Norman Barker <[email protected]> wrote: > Hi, > > is there a way to combine query_servers and os_daemons, currently I have >
No. > [query_servers] > lang = path/to/interpreter args > > and I would like > > [os_daemons] > lang_daemon = path/to/interpreter args > > [query_servers] > lang = lang_daemon > > so as to take advantage of the os_daemons code refactor. > The os daemons aren't related to the view servers. The os daemons are a replacement of the db_update_notifiers. > Is this possible? > > thanks, > > Norman >
