Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-32

python SDK should use TCP NODELAY?

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.8.0
    • None
    • library
    • Security Level: Public
    • None

    Description

      I noticed while writing a python app that going through server-side moxi against a 2 node cluster was faster than using the python smart client 1.0. Not 100% sure why, but a quick grep shows the python client is not using TCP NODELAY. Like...

      s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ingenthr Matt Ingenthron
            steve Steve Yen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty