You are not logged in.
Pages: 1
Hi all,
I've a strange behavior of an SOA service witch works perfectly on physical machine but gives request timeout under virtual one.
May be some parameter for the vm.
Here some informations :
The timeout message appears only when working in concurrential mode (2 clients or more for the same call), it looks like the vms don't allow multithreading.
D11, mormot 2.2, two VMs win10 under Hyper-V and Proxmox same behaviour.
Regards,
Last edited by tech (2024-10-22 07:48:57)
Offline
I've tried switching between TServiceInstanceImplementation values :
sicSingle, sicShared,sicPerThread but the same behaviour.
On my laptop it works perfectly but on some physical machines the clients number is restricted in 1 or 2.
There is something strange.
Offline
Can these two VMs PING each other?
Offline
Can these two VMs PING each other?
The tests are made in the same machine both server and clients so there's actually no need to separate them.
The server freezes if there's two clients or more.
Offline
Pages: 1