Re: Problems with big sequences



Hi Sebastian,

> > IIOP-CRITICAL **: giop_recv_buffer_read: message size is bigger than 128k
> > (1311348).

> This can be avoided by first sending a short message (that means a corba call,
> that will not be bigger than 128k) over that connection. (for example to the
> same object) Then this connection will get 'is_auth' set to TRUE and it should
> work then. At least that's what I think.

You were right, that took care of the 128k limit. Luckily I had plenty of
obsolete calls to use in this experimental program of mine :-) I still
bump into the near-2M limit, both "locally" and over network. I'll get
back to that once I get some sample code together.

Naturally I could always circumvent such problems by, for example, sending
the offending data glob in, say, 64k pieces. But then again, one of the
reasons I started looking at CORBA was to avoid having all the
socket/protocol hassle on my hands.


Regards,
Antti






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]