Re: [Tcl-Threads] maximum number of tcl threads ?
by Kevin Kenny other posts by this author
Oct 27 2003 5:35PM messages near this date
[Tcl-Threads] Re: maximum number of tcl threads ?
|
[Tcl-Threads] maximum number of tcl threads ?
sanjeevksaxena@[...].com said:
> Can anybody let me know "How many number of threads we can create
> using thread::create command from a process ?"
Whatever limit there is is either a limit on process memory to allocate
the stacks, or else a limit in the kernel. Tcl has no hard-coded limits
of the sort you apparently have in mind; it'll happily request threads
until the operating-system calls deny the requests.
--
73 de ke9tv/2, Kevin KENNY GE Corporate Research & Development
kennykb@[...].com P. O. Box 8, Bldg. K-1, Rm. 5B36A
Schenectady, New York 12301-0008 USA
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Tcl-Threads mailing list
Tcl-Threads@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-threads
|