|
|
|
|||||
|
Ice Protocol documentation buglet
Howdy,
The protocol documentation in chapter 15, section 15.3.4 (Reply Message Body) doesn't correspond to what Ice 1.1 sends. The documentation states that a message header with a message type of Reply will be followed by a byte indicating the status of the request, and then one of the structures depending on the status type. Each of the structures has a requestId int32 as the first member. In Ice 1.1, it seems that the requestId is being sent first, followed by the reply type byte, and then the remainder of the structure as described in chapter 15. I understand why the requestId is being sent first, so that the request invocation can proceed and a response be written without having to carry the requestId, so you might want to update this section of the documentation ![]() |
|
||||||
|
Re: Ice Protocol documentation buglet
Quote:
I'll update the doc to agree with reality Thanks again for finding this bug!Cheers, Michi. |
|
|||||
|
Hi,
Thanks for looking into it so quickly I'm working on a native implementation of the protocol in a .NET CLI environment, using the remoting infrstructure that exists there. I'll post more info later when there's more to post Edit: I've mostly given up on earlier work with python, mainly because python's pathetic threading situation doesn't work too well with Ice. Shouldn't be a problem with the CLI though.Another documentation buglet.. section 17.3.1 that talks about the message header mentions ".. has a 13-byte header .."; unless my counting is off, the message header is 14 bytes ![]() Last edited by vukicevic : 08-20-2003 at 10:05 PM. |
|
||||||
|
Quote:
Quote:
![]() Cheers, Michi. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ICE Protocol - Questions ... | Ama | Help Center | 1 | 07-16-2006 05:19 AM |
| Documentation | ChrisC | Comments | 7 | 09-16-2005 09:31 AM |
| Can I set default protocol in command line ? | gigaboy | Bug Reports | 2 | 06-20-2005 01:50 AM |
| Wireless protocol plug-in | crj18 | Help Center | 1 | 10-19-2004 06:37 PM |