Use buffered readers and writers for network connections

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Performance
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We may be able to improve I/O performance by using a bufio.Writer and bufio.Reader to buffer writes and reads to the net.Conn held by a driver connection.

      We should start by wrapping the net.Conn with a buffered writer and reader and check if we can measure any I/O performance improvement when reading or writing large requests.

              Assignee:
              Unassigned
              Reporter:
              Matt Dale
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: