Senthilkumar, The basic application loading should work something like this:
$ ERL_LIBS=/usr/local/lib/couchdb/erlang/lib erl 1> application:start(couch). Paul Davis On Sat, Oct 31, 2009 at 8:18 PM, Senthilkumar Peelikkampatti <[email protected]> wrote: > Paul, > I am on 0.11.xxx > Detailed one below, > Erlang R13B01 (erts-5.7.2) [source] [smp:2:2] [rq:2] [async-threads:0] > [hipe] [kernel-poll:true] > -- > Regards, > Senthilkumar Peelikkampatti, > http://pmsenthilkumar.blogspot.com/ > > Eshell V5.7.2 (abort with ^G) > 1> Apache CouchDB 0.11.0b830800 (LogLevel=info) is starting. > Apache CouchDB has started. Time to relax. > > On Sat, Oct 31, 2009 at 6:44 PM, Paul Davis > <[email protected]>wrote: > >> On Sat, Oct 31, 2009 at 7:01 PM, Senthilkumar Peelikkampatti >> <[email protected]> wrote: >> > I found almost 7-8 times faster when I use hovercraft compare to http >> > interfaced client like couchbeam or ecouch >> >> That sounds about right. >> >> > Besides, I am also trying to embed couchdb with my other Erlang >> application >> > but when I looked at the startup parameter of the couchdb it is not a >> naive >> > job to eliminate all the hard work of shell script. >> >> What version are you on? Trunk and 0.10.x should both simplify the >> startup procedure for starting in the VM by doing something like >> application:start(couch). >> >> HTH, >> Paul Davis >> >
