Re: [Queue-developers] Re: Re: Re: new intermediate development Queue version
Brought to you by:
wkrebs
From: Gert V. d. E. <gvd...@sc...> - 2001-03-06 13:09:19
|
Hi QingLong, > I suspect I know what's the matter. > AFAIR, you have a short sleeptime (2 seconds?), do you? Yes... > Please perform a small test: try to run it with default value of 120s. Just did this (started queued with options --foreground --debug) > Does it change anything? If it does, then the problem matter is alarms I'm afraid not: qlib.c Queue_net_connect(): connect()ing to 192.168.1.1:1423 ... qlib.c Queue_net_connect(): connect()ed to 192.168.1.1:1423 on socket 7. wakeup.c getrldavg(): close(7). wakeup.c getrldavg(): fermi returned load 1.15e+00. qlib.c Queue_net_connect(): connect()ing to 192.168.1.3:1423 ... qlib.c Queue_net_connect(): connect()ed to 192.168.1.3:1423 on socket 7. wakeup.c getrldavg(): close(7). wakeup.c getrldavg(): bohr returned load 1.08e+00. qlib.c Queue_net_connect(): connect()ing to 192.168.1.4:1423 ... qlib.c Queue_net_connect(): connect()ed to 192.168.1.4:1423 on socket 7. qlib.c Queue_nonblocking_rw(): failed to select() on fd 7: select(): Interrupted system call qlib.c Queue_net_rw(): failed to get 1 4-byte items on fd 7; got 0 bytes. wakeup.c getrldavg(): failed to fread() from fd 7. wakeup.c getrldavg(): close(7). wakeup.c getrldavg(): ### failed to get load from wigner ### returning 1.00e+08 as rejection designator. Hope to hear from you soon Gert |