Hi I have a question about using our own threadpool in async model.
Our code is not thread save at all and it's not going to change any time soon. For now we use one big mutex in sync server scenario.
Is there a way to switch to async server model and use processes pool instead of threads? Has anyone done it?
Best,
Leszek.