Re: understanding couchdb source

2014-11-25 Thread john pradeep
:25 AM Subject: Re: understanding couchdb source Hi Joan, As i am going through the source, I can update the cwiki with the changes that i notice. Please provide me the access to do the same, my user id is *johnp* and my apache id is *jo...@apache.org jo...@apache.org* Thanks, John On Sun

Re: understanding couchdb source

2014-11-25 Thread chris snow
through that vs. the old couch_httpd layer. -Joan - Original Message - From: john pradeep yehohan...@gmail.com To: dev@couchdb.apache.org, Joan Touzet woh...@apache.org Sent: Monday, November 10, 2014 7:19:25 AM Subject: Re: understanding couchdb source Hi Joan, As i am going

Re: understanding couchdb source

2014-11-10 Thread john pradeep
...@apache.org wrote: This needs updating for 2.0 and chttpd. Any volunteers? - Original Message - From: john pradeep yehohan...@gmail.com To: dev@couchdb.apache.org, andyw...@apache.org Sent: Sunday, November 9, 2014 8:40:43 AM Subject: Re: understanding couchdb source Thanks Andy

Re: understanding couchdb source

2014-11-10 Thread Paul Davis
There's an old article that talks about some of the internal data structures by Ricky Ho: http://horicky.blogspot.com/2008/10/couchdb-implementation.html Not sure if that's what you had in mind or not. On Fri, Nov 7, 2014 at 11:33 AM, john pradeep yehohan...@gmail.com wrote: Hi, I am trying

Re: understanding couchdb source

2014-11-09 Thread john pradeep
Thanks Andy, that was very helpful. On Friday, November 7, 2014, Andy Wenk andyw...@apache.org wrote: Hi John, not specifically an answer to your question but maybe also helpful. Jan wrote a very nice article about the lifecycle of a http request in CouchDB.

Re: understanding couchdb source

2014-11-09 Thread Joan Touzet
This needs updating for 2.0 and chttpd. Any volunteers? - Original Message - From: john pradeep yehohan...@gmail.com To: dev@couchdb.apache.org, andyw...@apache.org Sent: Sunday, November 9, 2014 8:40:43 AM Subject: Re: understanding couchdb source Thanks Andy, that was very helpful

understanding couchdb source

2014-11-07 Thread john pradeep
Hi, I am trying to understand the couchdb source, It wasn't that difficult to understand the structure of various applications, supervision trees, config management etc. I have comfortably moved on to understand the actual layer where couch_server accesses the file system to manage the DB files.

Re: understanding couchdb source

2014-11-07 Thread Andy Wenk
Hi John, not specifically an answer to your question but maybe also helpful. Jan wrote a very nice article about the lifecycle of a http request in CouchDB. https://cwiki.apache.org/confluence/display/COUCHDB/HTTP+request+lifecycle It's a walk through to code and I think interesting also ;-)