Physical Server running VMware ESX 6 = HP DL560 with 40 CPUs and 512 GB of RAM.
VM configuration = Red Hat 7.4 with 32 CPU spread over 4 virtual sockets (initial test with 8 CPU on 1 virtual socket performed well) and 480 GB of RAM.
Each physical server is running only one Red Hat 7.4 VM.
All OpenEdge brokers are spawned and started so that the possibility that a new broker was starting up is removed as a possible cause of the delay.
Test code uses a simple repeat loop which does a connect to the database using -H with the IP address and -S with a port number followed by a disconnect.
The network delay disappears if strace is run on the VM which is hosting the OpenEdge database. |