Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-14833

RESP commands are checked in order

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 15.0.0.Final
    • None
    • RESP
    • None

      The Resp Command parsing using an indexed multi dimensional array to reduce lookup time for the commands we support. The sub arrays are then looked up sequentially and compared against the bytes for the command.

      Due to the sequential lookup of the inner array it should always be placed with highest priority commands first, such as SET, GET and DEL and the lowest priority (admin commands) being lowest. The priority is determined by which commands we want to have lower latency.

              wburns@redhat.com Will Burns
              wburns@redhat.com Will Burns
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: