Dynamic changes to thread stack size in Solaris 9 ?

Posted by Satya on Stack Overflow See other posts from Stack Overflow or by Satya
Published on 2009-07-21T14:53:41Z Indexed on 2010/03/25 12:03 UTC
Read the original article Hit count: 578

Filed under:
|
|
|
|

Hello,

I am looking for a configurable / tunable on Solaris 9 through which I can change the default thread stack size without recompiling the code to use "pthread_attr_setstacksize"

For example on HPUX 11.11 / 11.23 the environment variable "PTHREAD_DEFAULT_STACK_SIZE" can be exported (available via HPUX patches PHCO_38307 / PHCO_38955 ) - Is there a equivalent Solaris 9 way to achieve the same ?

Thanks! Satya

© Stack Overflow or respective owner

Related posts about threads

Related posts about stack