Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-760

Implement routines that will write/read data from a byte[] in drda format rather than calling getXXX and setXXX methods

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 10.2.1.6
    • None
    • Network Server
    • None
    • Performance

    Description

      A while back Dan suggested this performance improvement for Network Server.

      Instead of calling the getXXX setXXX methods in Network Server,
      we can implement either a getDRDARow/setDRDARow or
      getDRDAValue/setDRDAvalue methods to bypass the conversion and
      minimize object creation. Perhaps the signature would be
      something like.

      public void getDRDARow(int[] drdaTypes, byte[], startOffset)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kmarsden Katherine Marsden
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: