[Progress Communities] [Progress OpenEdge ABL] Java IP receives information about data transmission and processing by the OA SDK

  • Thread starter Thread starter dduser1
  • Start date Start date
Status
Not open for further replies.
D

dduser1

Guest
After custom Java IP in OpenAccess SDK embeded server implementation fetches results to OA SDK (using jdam.damex_addXYZValToRow) it is not possible to determine when OA SDK finishes processing of the data and sends the data to client. Implement a way how IP will be notified after OA SDK finishes the data processing and the whole network buffer was sent to client. In other words: notify Java IP that transfer of the network buffer to client started and ended. Use case: In case of slow query execution/data transition we need to determine, whether the slowness comes from slow network transmission, client processing or whether DD processing takes long before the data is sent to client. We would like to have a way how to exclude OA SDK processing as a possible cause of the slowness. Currently this is not possible without extensive OA SDK logging which is not applicable for production environment.

Continue reading...
 
Status
Not open for further replies.
Back
Top