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

         Key: DERBY-760
         URL: http://issues.apache.org/jira/browse/DERBY-760
     Project: Derby
        Type: Improvement
  Components: Network Server  
    Versions: 10.2.0.0    
    Reporter: Kathey Marsden
    Priority: Minor
     Fix For: 10.2.0.0


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)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to