[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: ack problem casued by consumer window size

ataylor do-not-reply at jboss.com
Wed Aug 5 06:53:57 EDT 2009


actually it should be 

  | 						client permits used      server receive bytes
  | client aquires 53 available 100			53                       0
  | server receives packet size 53				53                       53
  | client aquires 25 available 47				78                       53
  | client aquires 13 available 22				91                       53
  | server receives packet size 25				91                       78
  | server frees 78 bytes					13                       0                                 
  | server receives packetsize  13				13                       13
  | client aquires 30 available 87				43                       13
  | client aquires 30 available 57				73                       13
  | client aquires 30 available 27 (waits)			73                       13
  | server receives packet size 30				73                       43
  | server receives packet size 30				73                       73
  | hang

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248075#4248075

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248075



More information about the jboss-dev-forums mailing list