Re: tcl / threads

2013-07-12 Thread Edd Barrett
On Thu, Jul 11, 2013 at 08:24:20AM -0400, Stuart Cassoff wrote: Can you use the -threaded FLAVOR? Yes, but you have to build anything that then depends upon tcl manually. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: tcl / threads

2013-07-11 Thread Stuart Cassoff
On 07/10/13 18:49, Edd Barrett wrote: On Tue, Jul 09, 2013 at 09:32:15AM -0400, Stuart Cassoff wrote: I believe that moving a port from 8.5 to 8.6 wouldn't be much different from moving the same port from 8.5 to 8.5-threaded. Are we any closer to having threaded tcl by default? A project I

Re: tcl / threads

2013-07-10 Thread Edd Barrett
On Tue, Jul 09, 2013 at 09:32:15AM -0400, Stuart Cassoff wrote: I believe that moving a port from 8.5 to 8.6 wouldn't be much different from moving the same port from 8.5 to 8.5-threaded. Are we any closer to having threaded tcl by default? A project I am working on requires threaded tcl-8.5.

Re: tcl / threads

2013-07-09 Thread Stuart Cassoff
On 05/14/13 18:31, Stuart Henderson wrote: Does anyone know of issues with moving Tcl to using threads (or at least linking -lpthread) by default now we're using rthreads? I have very little experience with Tcl and threads so here's how I see things based on that and what I've observed by

Re: tcl / threads

2013-05-25 Thread Stuart Cassoff
On 05/14/13 18:31, Stuart Henderson wrote: Does anyone know of issues with moving Tcl to using threads (or at least linking -lpthread) by default now we're using rthreads? I don't always use threaded Tcl, but when I do, I prefer 8.6. Stu

Re: tcl / threads

2013-05-25 Thread Landry Breuil
On Sat, May 25, 2013 at 03:54:24AM -0400, Stuart Cassoff wrote: On 05/14/13 18:31, Stuart Henderson wrote: Does anyone know of issues with moving Tcl to using threads (or at least linking -lpthread) by default now we're using rthreads? I don't always use threaded Tcl, but when I do, I

Re: tcl / threads

2013-05-25 Thread Stuart Henderson
On 2013/05/25 16:49, Landry Breuil wrote: On Sat, May 25, 2013 at 03:54:24AM -0400, Stuart Cassoff wrote: On 05/14/13 18:31, Stuart Henderson wrote: Does anyone know of issues with moving Tcl to using threads (or at least linking -lpthread) by default now we're using rthreads? I

tcl / threads

2013-05-14 Thread Stuart Henderson
Does anyone know of issues with moving Tcl to using threads (or at least linking -lpthread) by default now we're using rthreads?