1 2 Previous Next 17 Replies Latest reply on Dec 30, 2007 8:34 AM by timfox Go to original post
      • 15. Re: New wireformat and client side remoting
        timfox

        One other thing I don't think we have mentioned yet.

        We need to build versioning into the format... This could probably be as simple as writing a version byte on the beginning of each create connection request.

        The server would then pick up that version byte and use the correct version of the wire format as appropriate.

        • 16. Re: New wireformat and client side remoting
          jmesnil

           

          "timfox" wrote:
          One other thing I don't think we have mentioned yet.

          We need to build versioning into the format... This could probably be as simple as writing a version byte on the beginning of each create connection request.

          The server would then pick up that version byte and use the correct version of the wire format as appropriate.


          In the branch, I've added a version byte to all the packets of the new remote API to mimic the current behaviour of JBoss Remoting.

          • 17. Re: New wireformat and client side remoting
            timfox

             

            "jmesnil" wrote:

            In the branch, I've added a version byte to all the packets of the new remote API to mimic the current behaviour of JBoss Remoting.


            I think we should just just add the version byte on the create connection request. No need for others.

            1 2 Previous Next