Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-27757

[GSS](8.0.z) WEJBHTTP-143 - Packet split of request in EJB over HTTP adds additional latency

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Critical Critical
    • 8.0 Update 5
    • None
    • None
    • None
    • False
    • None
    • False

      The http client sends headers and the request body in separate packets. This can cause additional slowness with any network latency, particularly with TCP_NODELAY not being enabled or configurable (WEJBHTTP-144) . The split packet is from the headers first writing here, calling processWrite without a gathering write. The response body is passed in to the HttpRequestConduit.write but only gets written out right after the headers here. Would we consider passing on the srcs data to the processWrite call so we can write both headers and the available body at once in a single packet?

            flaviarnn Flavia Rainone
            rhn-support-aogburn Aaron Ogburn
            Peter Mackay Peter Mackay
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: