You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2013/06/06 00:02:05 UTC

[Couchdb Wiki] Update of "ExternalProcesses" by NathanVanderWilt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "ExternalProcesses" page has been changed by NathanVanderWilt:
https://wiki.apache.org/couchdb/ExternalProcesses?action=diff&rev1=19&rev2=20

Comment:
out-of-date tip, official docs link

  <<Include(EditTheWiki)>>
  
  = External Processes =
+ 
+ '''NOTE''': A much better way to do this is via the new HTTP Proxying feature. See the [[http://docs.couchdb.org/en/latest/configuring.html#http-proxying||official documentation]] for that topic.
+ 
  <<TableOfContents()>>
  
  CouchDB now allows for the ability to develop custom behaviors via processes that communicate over ''stdin'' and ''stdout''. Requests to CouchDB that are captured by the external process handler are passed via JSON object to the external process over ''stdin'' and reads a JSON object from ''stdout''. Without further ado...