D
dbeavon
Guest
I assume this is standard behavior, only much slower on HP-UX than other platforms? I can't imagine anyone would use this OEE stuff otherwise (on HP-UX or any other platform). Even though the java admin server process is talking to a ***local*** _dbagent on the same server, it seems to be doing so inefficiently via TCP. If the delay was simply the sum of the actual VST query times (IE. "end time(ms): 26" ) then it might not be so bad. But the *actual* total duration is obviously much, much longer. I think there are differences in the networking behavior between the various OE platforms that Progress supports. I expect the code in the _dbagent (or in the network api config in java) is doing something on HP-UX that is different than what it does on Windows. In the past, for example, we had seen network delays that were HP-UX-specific because the Nagle delay algorithm wasn't being disabled. Such a thing as that should certainly not be coming into effect when two processes are talking to each other on the same server.
Continue reading...
Continue reading...