On Thu, Apr 20, 2000 at 09:38:43AM -0500, Klaus Weide wrote:
|
| Try either of the following (both untested), I'd expect the CPU
| consumption to go down drastically:
|
| a) in LYUtils.c, in function
| PRIVATE int DontCheck NOARGS
| insert a line
| return FALSE;
| before
| #if HAVE_GETTIMEOFDAY
Just installed pre7 with this change. Works like a charm. My
CPU thank you. I didn't heard any sound from it, and the
box is opened.
| b) in HTTCP.c, in function
| PUBLIC struct hostent * LYGetHostByName ARGS1
| remove or comment out these lines:
| if (kbd_fd != INVSOC) {
| FD_SET(kbd_fd, &readfds);
| }
Didn't tried with this. Should I?
| In any case, this is a minor problem (but still unnecessary).
| Klaus
--
Fr�d�ric L. W. Meunier