ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro.pm
(Generate patch)

Comparing Coro/Coro.pm (file contents):
Revision 1.280 by root, Thu Nov 11 15:07:16 2010 UTC vs.
Revision 1.281 by root, Tue Dec 7 17:13:43 2010 UTC

868ithreads (for example, that memory or files would be shared), showing his 868ithreads (for example, that memory or files would be shared), showing his
869lack of understanding of this area - if it is hard to understand for Chip, 869lack of understanding of this area - if it is hard to understand for Chip,
870it is probably not obvious to everybody). 870it is probably not obvious to everybody).
871 871
872What follows is an ultra-condensed version of my talk about threads in 872What follows is an ultra-condensed version of my talk about threads in
873scripting languages given onthe perl workshop 2009: 873scripting languages given on the perl workshop 2009:
874 874
875The so-called "ithreads" were originally implemented for two reasons: 875The so-called "ithreads" were originally implemented for two reasons:
876first, to (badly) emulate unix processes on native win32 perls, and 876first, to (badly) emulate unix processes on native win32 perls, and
877secondly, to replace the older, real thread model ("5.005-threads"). 877secondly, to replace the older, real thread model ("5.005-threads").
878 878

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines