]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
use select reactor instead of iocp reactor on Windows
authorZooko O'Whielacronx <zooko@allmydata.com>
Fri, 20 Apr 2007 03:07:57 +0000 (20:07 -0700)
committerZooko O'Whielacronx <zooko@allmydata.com>
Fri, 20 Apr 2007 03:07:57 +0000 (20:07 -0700)
Good: this makes it pass all the current unit tests
Bad: this makes it limited to around 100 simultaneous peers

GNUmakefile

index f08d46d19e2d7102ba3756b2c3394057acfb36be..426c3caf072969d8bcadad3dcda80a263f83d576 100644 (file)
@@ -20,7 +20,7 @@ else
  ifeq ($(PLAT),win32)
   # The platform is Windows with cygwin build tools and the native Python interpreter.
   EXTRA_SETUP_ARGS=build -c mingw32
-  REACTOR=iocp
+  REACTOR=select
   INSTDIR := $(shell cygpath -w $(INSTDIR))
   TRIALPATH := $(shell cygpath -w $(TRIALPATH))
   ifneq ($(PYTHONPATH),)