BB Unix Network Monitor - Message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: {bb} problem monitoring kpop after upgrade, is buggy bbnet
On Sat, 25 Sep 1999, Tracy J. Di Marco White wrote:
> Henrik Olsen wrote:
> }Not knowing kpop, I can't tell exactly why the delay is so long, but for
> }other services it's often a failing reverse dns lookup or a failing
> }auth/ident request, either of which might take a timeout before the
> }service responds.
Actually, my comments on the different timeouts between 1.09b and 1.2b
where wrong, I was apparently looking at the 1.08a source instead of
1.09b:(
There has been changes to the timeout handling but they both use the 3, 5,
12 approach, the difference between the versions is that 1.2b has a bug
in handling timeouts when not receiving any data. :)
Sean/Rob, it looks like Tracy found a bug in bbnet, this patch will fix
the problem:
245c245
< if (setjmp(env) != 0) {
---
> if (setjmp(env) != 0) { /* RETURN OK BUT INCLUDE MESSAGE */
247,248c247,248
< debug("SETTING TIMER TO %d\n", timer);
< if (timer == 99) return(99);
---
> printf("*** bbnet: Stop waiting for server data\n");
> return(0); /* PRETEND IT'S OK */
--
Henrik Olsen, Dawn Solutions I/S URL=http://www.iaeste.dk/~henrik/
`Can you count, Banjo?' He looked smug. `Yes, miss. On m'fingers, miss.'
`So you can count up to ...?' Susan prompted.
`Thirteen, miss,' said Banjo proudly. Terry Pratchett, Hogfather
-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.
Home |
Main Index |
Thread Index