Changeset 2082
- Timestamp:
- 02/26/2008 04:20:04 PM (6 months ago)
- Location:
- branches/lighttpd-1.4.x/src
- Files:
-
- 2 modified
-
fdevent_solaris_devpoll.c (modified) (1 diff)
-
server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/src/fdevent_solaris_devpoll.c
r1371 r2082 68 68 69 69 dopoll.dp_timeout = timeout_ms; 70 dopoll.dp_nfds = ev->maxfds ;70 dopoll.dp_nfds = ev->maxfds - 1; 71 71 dopoll.dp_fds = ev->devpollfds; 72 72 -
branches/lighttpd-1.4.x/src/server.c
r2049 r2082 697 697 } 698 698 } 699 700 /* #372: solaris need some fds extra for devpoll */701 if (rlim.rlim_cur > 10) rlim.rlim_cur -= 10;702 699 703 700 if (srv->event_handler == FDEVENT_HANDLER_SELECT) {

