/[Apache-SVN]/couchdb/trunk/src/couchdb/couch_app.erl
ViewVC logotype

Log of /couchdb/trunk/src/couchdb/couch_app.erl

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 810350 - (view) (annotate) - [select for diffs]
Modified Wed Sep 2 03:40:44 2009 UTC (2 months, 3 weeks ago) by kocolosk
File length: 1378 byte(s)
Diff to previous 809392 (colored)
Support for replication over SSL.  Resolves COUCHDB-491

This turned out to be a decent amount of work, since:

1) ibrowse did not use SSL on dedicated connections.  Wrote a simplistic patch,
   will contact Chandru for further discussion.
2) When nginx is used for the SSL wrapper, it wants to buffer the changes feed.
   Setting "proxy_buffering off" in nginx.conf helps, but some buffering still
   occurred. Fixed by making couch_rep_changes_feed smart enough to split
   merged chunks.
3) The Erlang ssl application showed instabilities when used with {active,once}.
   Switched to the "new implementation" using {ssl_imp, new} and instabilities
   disappeared.


Revision 809392 - (view) (annotate) - [select for diffs]
Added Sun Aug 30 17:56:56 2009 UTC (2 months, 3 weeks ago) by kocolosk
File length: 1373 byte(s)
refactor CouchDB startup procedure, see COUCHDB-216 for details

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2