From: KJK::Hyperion <no...@li...> - 2002-05-23 19:38:36
|
At 00.46 22/05/2002, you wrote: >A thing to keep in mind is that, at the origins of NT, there was a single >user-mode server that made environment subsystems live. That is why the >meta-server is still called "client/server runtime" (CSR) even if actually >now is the runtime exclusively for the Win32 server. [...] I like the old architecture more. I find it more flexible, and it has less overhead, as it uses only one process. It can be programmatically controlled better. The subsystems can interoperate faster. I think it's generally better >%SystemRoot%\system32\csrss.exe > ObjectDirectory=\Windows > SharedSection=1024,3072 > Windows=On > SubSystemType=Windows > ServerDll=basesrv,1 > ServerDll=winsrv:UserServerDllInitialization,3 > ServerDll=winsrv:ConServerDllInitialization,2 > ProfileControl=Off > MaxRequestThreads=16 Ever tried to modify some of the parameters? Just for fun? |