Alexander Yaworsky wrote:
there should be only one dispatcher thread per process that accepts
control requests. For shared services it starts another service threads
on demand and the amount of them is not limited with MAXIMUM_WAIT_OBJECTS.
I'm aware that there should only be one thread, and should
Hello,
there should be only one dispatcher thread per process that accepts
control requests. For shared services it starts another service threads
on demand and the amount of them is not limited with MAXIMUM_WAIT_OBJECTS.
Thanks.