If the 2 session represent different connections, then I would agree.
On Fri, Aug 8, 2008 at 11:24 AM, f2t <[EMAIL PROTECTED]> wrote:
> Hi
>
> My results show something2 can arrive first.
>
> As explained to me by tazzle on the IRC channel, this is because there
> are two connections (TCP/IP in my case), so there is no guarantee of
> order in which the OS will send the messages.
>
> Just to let you know.
>
> On Fri, Aug 8, 2008 at 3:52 AM, Mark Webb <[EMAIL PROTECTED]> wrote:
> > I would say yes. Did you test this and what were your results?
> >
> >
> > On Thu, Aug 7, 2008 at 5:17 PM, f2t <[EMAIL PROTECTED]> wrote:
> >
> >> Hi
> >>
> >> Small question...
> >>
> >> If i do IoSession.write("something").join();
> >> IoSession.write("something2"); where each IoSession is from a
> >> different SocketConnector but connected to the same server, is
> >> something guaranteed to reach the server before something2? Assume
> >> these two method calls would be running in the same thread.
> >>
> >> Thank you
> >>
> >
>