Re: some notes: ADVAPI32: convert services to use pipes for RPC instead of shared memory

2005-01-24 Thread Mike McCormack
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

some notes: ADVAPI32: convert services to use pipes for RPC instead of shared memory

2005-01-24 Thread Alexander Yaworsky
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.