On Wed, Jan 27, 2010 at 9:23 PM, Senthilkumar Peelikkampatti <[email protected]> wrote: > All, > This is a question related to mixing erlang native client > (hoverraft) and http client. What will happen for the following > scenarios > > 1. Create/delete/update document using hovercraft and view using http/rest > 2. Create/delete/update document using http/rest and view using hovercraft > > Will it affect couchdb in building index/view or _change API notification? >
The important thing in hovercraft is to open the db fresh for (almost) every operation. I think that it handles this for you. If you do that, everything else should be normal. Thanks, Chris > -- > Regards, > Senthilkumar Peelikkampatti, > http://pmsenthilkumar.blogspot.com/ > -- Chris Anderson http://jchrisa.net http://couch.io
