K
Kovan Akrei
Hi,
I would like to know how big is the default stack size of a thread in .Net?
Is this size static or is dynamic during runtime. How do I change this size
before start and after start of a multi threaded program?
I know that 32 bit windows (2000 and XP) alloacte about 1 Mb of memory for
each process. Does windows treat a thread in .Net as a process and hence
allocate 1 Mb of memory for each thread?
Many thanks in advance
Kovan
I would like to know how big is the default stack size of a thread in .Net?
Is this size static or is dynamic during runtime. How do I change this size
before start and after start of a multi threaded program?
I know that 32 bit windows (2000 and XP) alloacte about 1 Mb of memory for
each process. Does windows treat a thread in .Net as a process and hence
allocate 1 Mb of memory for each thread?
Many thanks in advance
Kovan