<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Could this be handled in the select on a writeset, and when the
    socket can write it writes the header followed by the data.  (I
    assume the data must come in one seq write?)  This way the event
    loop can still process up to the point of the send?<br>
    <br>
    Thanks,<br>
    Craig<br>
    <br>
    <div class="moz-cite-prefix">On 12/04/2013 12:52 AM, Ross Finlayson
      wrote:<br>
    </div>
    <blockquote
      cite="mid:77E7CF37-B611-49E0-AEA4-8DA7F988A15F@live555.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      (First, please remember to trim your quoted text when replying)
      <div><br>
      </div>
      <div>The existing code is correct; see</div>
      <div><span class="Apple-tab-span" style="white-space:pre"> </span><a
          moz-do-not-send="true"
href="http://lists.live555.com/pipermail/live-devel/2013-June/017137.html">http://lists.live555.com/pipermail/live-devel/2013-June/017137.html</a></div>
      <div>(when someone asked about this same code back in June.)</div>
      <div><br>
      </div>
      <div>Note, in particular:</div>
      <div><span class="Apple-tab-span" style="white-space:pre"> </span>"Your
        write operation is blocking because your stream is - at least
        temporarily - exceeding the capacity of your network.  To avoid
        this, you need a slower stream, or a faster network."</div>
      <br>
      <br>
      <div apple-content-edited="true">
        <span class="Apple-style-span" style="border-collapse: separate;
          color: rgb(0, 0, 0); font-family: Helvetica; font-style:
          normal; font-variant: normal; font-weight: normal;
          letter-spacing: normal; line-height: normal; orphans: 2;
          text-align: -webkit-auto; text-indent: 0px; text-transform:
          none; white-space: normal; widows: 2; word-spacing: 0px;
          -webkit-border-horizontal-spacing: 0px;
          -webkit-border-vertical-spacing: 0px;
          -webkit-text-decorations-in-effect: none;
          -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
          0px; "><span class="Apple-style-span" style="border-collapse:
            separate; color: rgb(0, 0, 0); font-family: Helvetica;
            font-style: normal; font-variant: normal; font-weight:
            normal; letter-spacing: normal; line-height: normal;
            orphans: 2; text-align: -webkit-auto; text-indent: 0px;
            text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
            -webkit-border-vertical-spacing: 0px;
            -webkit-text-decorations-in-effect: none;
            -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
            0px; ">Ross Finlayson<br>
            Live Networks, Inc.<br>
            <a moz-do-not-send="true" href="http://www.live555.com/">http://www.live555.com/</a></span></span>
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>