[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bbgen frequent yellow alerts - hobbitd problem?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] bbgen frequent yellow alerts - hobbitd problem?
- From: Matthew G Armstrong <marmstrong5 (at) csc.com>
- Date: Mon, 6 Nov 2006 16:39:22 +0000
are there many problems encountered when you using Solaris with Hobbit? I
was going to base my design on Solaris but I am now wondering if I should
steer more towards an AIX solution.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit
written agreement or government initiative expressly permitting the use of
e-mail for such purpose.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Henrik Stoerner <henrik (at) hswn.dk>
06/11/2006 16:33
Please respond to
hobbit (at) hswn.dk
To
hobbit (at) hswn.dk
cc
Subject
Re: [hobbit] bbgen frequent yellow alerts - hobbitd problem?
Oops - one line too many among those extra ones I sent you:
On Mon, Nov 06, 2006 at 05:29:59PM +0100, Henrik Stoerner wrote:
> I'd like you to add 8 lines between these two:
>
> n = recv(sockfd, recvbuf, sizeof(recvbuf)-1, 0);
> if (n < 0) {
> dbgprintf("recv() returned error: %s\n",
strerror(errno));
> if (errno == EAGAIN) continue;
> }
> if (n == 0) {
> dbgprintf("recv() gave us 0 bytes\n");
> continue;
^^^^^^^^^ dont put this "continue" line in there.
Regards,
Henrik
To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe (at) hswn.dk