Open niusenc opened 2 years ago
Enclave would not be exclusive to one CPU. Only when using the enclave with ecall the enclave code run with the exact CPU core which invokes the ecall. So it does not depend on how many enclaves you use, but the ecall's number.
Hi,
I developed a sgx application in an Ubuntu 18.04 machine (8 CPUs, 8G memory), but the application is very time-consuming. To improve the performance, I run multiple encalves simultaneously. I have the following questions:
Thanks in advance.