Hi,

I'd like to know how to setup the server so that it can fully utilize multiple cores, even with the simplest Helloworld application.

I tried to do a simple benchmark on Vibe.d yesterday with apache-ab, but when I hit the helloworld app with http load, it seems that only one cpu is occuppied and the results are not very impressive compared to nginx or even Java.

In nginx, you can set

worker_processes = 24

and then even the simplest helloworld app gets a big boost.

How do you do that in vibe.d? Do you have a benchmark comparison?

I once saw in a post that there is a config to let Fibers take up all cores, but forgot where it is.

Best Regards,

Puming.