[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: pthread and TCL?



On Wed, 21 Feb 2001, Arun Sharma wrote:

> On Wed, Feb 21, 2001 at 04:43:46PM +0530, sreangsu acharyya wrote:
> > 
> > Has anyone used pthreads with TCL. Since version 8.1 TCL is supposed tobe
> > thread safe. Version 8.3 has a loadable extension called thread. Pointers
> > to docs and code snippets would be gratefully accepted.
> 
> http://www.hwaci.com/sw/pttcl/pttcl.html

Hi Arun, thanks

yeah I have been there, there is also another package called Mtcl which
gives the threading support to TCL. Then again TCL 8.1 says that it is
thread safe and version 8.3 has API in c as well as native TCL script
commands to handle threads. So it gets a bit confusing, i was hoping for
some actual source code ( preferably small) as to how these tie up.

-- sreangsu