Re: Solaris Thread Limit -- Interesting one.



raxitsheth2000@xxxxxxxxx writes:

In Solaris 8 , I am just trying to create so many Pthreads.
as per my thinking it should allow me to create infinite threads, but
i dont know why ?

Only if you have infinite resources available.


The first resource likely to run out is "virtual memory"; how much
swap space is available? Why are you using a 32 bit process?

Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
.



Relevant Pages

  • Re: Solaris Thread Limit -- Interesting one.
    ... as per my thinking it should allow me to create infinite threads, ... from old days, and it is K&R type code), (I am using Old Code ... Expressed in this posting are my opinions. ... to opinions held by my employer, Sun Microsystems. ...
    (comp.unix.programmer)
  • Re: Solaris Thread Limit -- Interesting one.
    ... as per my thinking it should allow me to create infinite threads, ... Only if you have infinite resources available. ... The first resource likely to run out is "virtual memory"; ... stack from the process virtual memory space. ...
    (comp.unix.programmer)