Paul, understand the answer is no (currently), then why?
a view server can be an external process, python for example, so now we have two external managers within couch, why? Why fix a bug in two places (I am verifying a timeout bug with the query_servers for an external process). Is combining os_daemons with external query_servers worth doing, if I do this and add a patch can I get this into the trunk? thanks, Norman On Wed, Jan 26, 2011 at 1:39 PM, Paul Davis <[email protected]> wrote: > 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 >> >
