disable HAVE_POLL_SYSCALL in solaris: poll(2) is the CPU eater, and this problem affects all TCP applications including plt-web-server.
This commit is contained in:
parent
40f79dd72e
commit
8a817e577c
2
racket/src/configure
vendored
2
racket/src/configure
vendored
|
@ -4537,7 +4537,7 @@ case "$host_os" in
|
|||
LIBS="$LIBS -lsocket -lnsl -lintl"
|
||||
need_gcc_static_libgcc="yes"
|
||||
check_gcc_dash_e="yes"
|
||||
try_poll_syscall="yes"
|
||||
try_poll_syscall="no" # poll() has performance problems on Solaris?
|
||||
use_flag_pthread="no"
|
||||
use_flag_posix_pthread="yes"
|
||||
;;
|
||||
|
|
|
@ -668,7 +668,7 @@ case "$host_os" in
|
|||
LIBS="$LIBS -lsocket -lnsl -lintl"
|
||||
need_gcc_static_libgcc="yes"
|
||||
check_gcc_dash_e="yes"
|
||||
try_poll_syscall="yes"
|
||||
try_poll_syscall="no" # poll() has performance problems on Solaris?
|
||||
use_flag_pthread="no"
|
||||
use_flag_posix_pthread="yes"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user