projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db98d6e
)
Fix comment
author
Ryan Dahl
<ry@tinyclouds.org>
Tue, 30 Nov 2010 19:04:31 +0000
(11:04 -0800)
committer
Ryan Dahl
<ry@tinyclouds.org>
Tue, 30 Nov 2010 19:04:31 +0000
(11:04 -0800)
src/node.cc
patch
|
blob
|
history
diff --git
a/src/node.cc
b/src/node.cc
index 135ee9de9bdef5c81dfdb784ab609991a4210378..9736df5df47c456e650191cddfc6230a98746d53 100644
(file)
--- a/
src/node.cc
+++ b/
src/node.cc
@@
-1879,7
+1879,7
@@
int Start(int argc, char *argv[]) {
// Initialize the default ev loop.
#if defined(__sun)
// TODO(Ryan) I'm experiencing abnormally high load using Solaris's
- // EVBACKEND_PORT. Temporarally forcing
select() until I debug
.
+ // EVBACKEND_PORT. Temporarally forcing
poll()
.
ev_default_loop(EVBACKEND_POLL);
#elif defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
ev_default_loop(EVBACKEND_KQUEUE);