projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491f962
)
use select reactor instead of iocp reactor on Windows
author
Zooko O'Whielacronx
<zooko@allmydata.com>
Fri, 20 Apr 2007 03:07:57 +0000
(20:07 -0700)
committer
Zooko 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
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index f08d46d19e2d7102ba3756b2c3394057acfb36be..426c3caf072969d8bcadad3dcda80a263f83d576 100644
(file)
--- 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),)