Skip to content

Instantly share code, notes, and snippets.

@KlausTrainer
KlausTrainer / BigCouch_read_request_handling.md
Created September 7, 2010 20:30
Handling Read Requests in BigCouch

Handling Read Requests in BigCouch

  • R=1, D=1, S=1: V

  • R=2, D=1, S=1:

    • V
    • 503 Service Unavailable
  • R=2, D=1, S=2:

diff --git a/couchjs/c_src/SConscript b/couchjs/c_src/SConscript
index 757e028..0693f60 100644
--- a/couchjs/c_src/SConscript
+++ b/couchjs/c_src/SConscript
@@ -17,7 +17,10 @@ def require_lib(name):
print 'Could not find required library', name
Exit(1)
-env = Environment(CCFLAGS='-g -O2 -DXP_UNIX')
+env = Environment(CCFLAGS='-g -O2 -DXP_UNIX',