Hello,

It would be nice if someone has ideas for the next items:

Suppose session is the reference to the same session throughout

1) when a message is not yet transferred since last session.write
call, if a thread calls session.write does the message goes to queue
and no part of it is transferred until the previous message is done?

2) if two distinct threads call the session.write (on the same session
reference), with different messages they will appear in the same
message queue, but due to queue locking only one of them will start
being transferred via network?

Antonio

Reply via email to