From: Zooko O'Whielacronx Date: Fri, 20 Apr 2007 03:07:57 +0000 (-0700) Subject: use select reactor instead of iocp reactor on Windows X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~31 X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/index.php?a=commitdiff_plain;h=30e5872b17f03362f8a7f282ad8f318222ac0e2b;p=tahoe-lafs%2Ftahoe-lafs.git use select reactor instead of iocp reactor on Windows Good: this makes it pass all the current unit tests Bad: this makes it limited to around 100 simultaneous peers --- diff --git a/GNUmakefile b/GNUmakefile index f08d46d1..426c3caf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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),)