Limit on size of message received ?
Hi,
One of my test (AIX lvm) is sending 371 lines to hobbit server (12k).
The server doesn't update the corresponding column.
Is there a limit in size of message (this is not a combo) ?
Nicolas
Nicolas Dorfsman wrote:
Hi, One of my test (AIX lvm) is sending 371 lines to hobbit server (12k). The server doesn't update the corresponding column. Is there a limit in size of message (this is not a combo) ? NicolasTo unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
See MAXMSG_* in hobbitserver.cfg
You should get a warning from hobbitd when the message is too big.
Dominique UNIL - University of Lausanne
Le 23 juin 06 à 16:17, Dominique Frise a écrit :
Nicolas Dorfsman wrote:
Hi, One of my test (AIX lvm) is sending 371 lines to hobbit server(12k). The server doesn't update the corresponding column. Is there a limit in size of message (this is not a combo) ? Nicolas
See MAXMSG_* in hobbitserver.cfg
You should get a warning from hobbitd when the message is too big.
Thx Dominique.
Hum. I had a issue with the script...and I tried to use the bb syntax
'cat /tmp/toto | bb display_server -'.
I noticed that '-' is forbidden in the source...so I've modified the
source code. But seems that syntax is forbiddent because there's
other issue with it.
So, with few modifications in the script, it runs again with the
usual syntax.
I believe that the Hobbit version of bb uses "@" instead of "-":
cat file | bb target @
or
bb target @ < file
Thanks, Larry Barber
On 6/23/06, Nicolas Dorfsman <ndo at unikservice.com> wrote:
Le 23 juin 06 à 16:17, Dominique Frise a écrit :
Nicolas Dorfsman wrote:
Hi, One of my test (AIX lvm) is sending 371 lines to hobbit server(12k). The server doesn't update the corresponding column. Is there a limit in size of message (this is not a combo) ? Nicolas
See MAXMSG_* in hobbitserver.cfg
You should get a warning from hobbitd when the message is too big.
Thx Dominique.
Hum. I had a issue with the script...and I tried to use the bb syntax 'cat /tmp/toto | bb display_server -'. I noticed that '-' is forbidden in the source...so I've modified the source code. But seems that syntax is forbiddent because there's other issue with it.
So, with few modifications in the script, it runs again with the usual syntax. To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Fri, Jun 23, 2006 at 10:42:10PM +0200, Nicolas Dorfsman wrote:
Hum. I had a issue with the script...and I tried to use the bb syntax
'cat /tmp/toto | bb display_server -'. I noticed that '-' is forbidden in the source...so I've modified the
source code. But seems that syntax is forbiddent because there's
other issue with it.
It should be permitted, but I see there's a bug in the commandline handling in the "bb" utility. I'll fix that.
Regards, Henrik
participants (4)
-
Dominique.Frise@unil.ch
-
henrik@hswn.dk
-
lebarber@gmail.com
-
ndo@unikservice.com