orenfisher
July 18th, 2005, 03:42 AM
I am interested in changing the size of the stack, allocated for threads in a multi-threaded managed application. I am looking for a handling, preferably in C#, which is simpler then wrapping myself the CreateThread Win32 API, enabling to pass the requested stack size as a parameter to the Windows OS, and using that wrapping instead of the Thread class constructor and Start method.
Thanks,
Oren
Thanks,
Oren