The new externals feature in Apache CouchDB 1.1.0 supports concurrency, it uses http instead of stdin/stdout.
http://davispj.com/2010/09/26/new-couchdb-externals-api.html B. On 1 October 2011 10:21, Behrad Zari <[email protected]> wrote: > Dear Couchee's > I want to know if one can develop multi-threaded CouchDB external handlers!? > since they are > SINGLETON processes with single stdin and stdout, I don't think handlers > could spawn new worker threads which their response will be sent when worker > has finished! > > That said, Couchdb lacks support for concurrent business logic handlers for > now! (This blows my mind to a NodeJS/Python-Apache tier) > > --Behrad
