Re: Perl threads under Windows

[email protected] (Christopher Fowler) Sun, 20 Apr 2008 12:14:08 -0400
Newsgroups perl.ithreads
Message-ID <1208708048.6514.0.camel@cfowler-laptop>
On Sun, 2008-04-20 at 08:32 -0700, Dean Arnold wrote:
> ithreads creates a new Perl interpretter in each new thread

I'm hoping that Parrot will implement some form of threading like POSIX
threads.  I guess that would not work under Windows but you could do
POSIX in UNIX and Windows type threads in Windows.