Perl threads under Windows

[email protected] ("Octavian Rasnita") Sat, 19 Apr 2008 11:29:20 +0300
Newsgroups perl.ithreads
Message-ID <005e01c8a201$a23812f0$c2a2b451@teddy>
Hi,

Do you know if there are plans to have real Windows threads in a future perl 
version, 5.x or 6.x that can share the memory and would be able to share 
objects?

I am asking because creating a multi threaded perl program that need to 
share many objects is impossible and require using very complicated ways of 
doing things.

Thank you.

Octavian