The initial size of the stack allocated for threads created by
the server.
Remarks
The m_dwStackSize data member is a public variable that
specifies the initial amount of memory that is committed to the stack
for each thread created by the server. A value of zero specifies that
the default stack size should be used, which is 256K for 32-bit
processes and 512K for 64-bit processes. This variable can be modified
directly or by calling the SetStackSize method. Changing the
value of this data member does not have an effect on an active instance
of the server. It is recommended that most applications use the default
stack size.
See Also
CInternetServer,
GetStackSize,
SetStackSize
|