Hi All,
I just need some basic advice on deploying Dancer2 onto RedHat.
I am wanting to deploy it to be multithreaded, or at least not to block when it is running requests.
Starman and Twiggy both seem to not want to run multithreads for some reason and I tried the Apache way and it just seems to compile the code everytime which ended up being not any faster than a single thread.