32c Subj : Re: Best possible stack size for a thread To : comp.programming.threads From : Markus Elfring Date : Sat Sep 17 2005 08:01 pm > I went thru the links , but they do not point me to the required > information . Even thou there is no harm in the memory being large , > iam eager to know is there any way to compute the memory consumption of > the thread. Would you like to perform static code analysis and bounds checking to explore if any upper limits exist in your application design? Are there more metrics and details for resource usage that you are interested in? > But why should the memory be wasted without being used ?? I guess that the real answer to this question depends on the memory allocator implementation that you use on a specific platform. Regards, Markus . 0