N
nilesh_pharate
Guest
I am using open Edge 10.2 B on Red Hat 6. To achieve multi-threading I am running an internal procedure in asynchronous way on progress app-server. Here I am processing around 800K transactions on 80 agents. As execution proceeds, I observed, main process which is calling procedure on app-server in asynchronous way, is becoming slow. When I checked resource utilization of that main process, It is showing constant increase in virtual memory usage(around 1M increase per min). As this Virtual memory usage increasing, process execution is becoming slower. I guess this is issue with memory leakage. I suspect this is due to async-request-handle used while running internal procedure in asynchronous way on app-server. Even I tried to delete this handle after use, but it wont help. Anyone case across such scenario? your comments/inputs are most welcome.
Continue reading...
Continue reading...