Re: RFC: Implementation of Threads in Perl (v1)

2000-08-02 Thread Chaim Frenkel
> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes: DS> I don't think Larry's weighed in on this one way or another lately. DS> My bet is thread-shared data will get a shared attribute: DS> my $foo : shared; DS> possibly with some sort of dynamic sharing allowed. (i.e. you stuff a ref

Re: RFC: Implementation of Threads in Perl (v1)

2000-08-02 Thread Dan Sugalski
At 10:59 AM 8/2/00 -0400, Chaim Frenkel wrote: >I wont comment on the rest. > >But Larry has already assigned/blessed 'our' for this usage. (vs. my for >pure thread local lexical.) I don't think Larry's weighed in on this one way or another lately. My bet is thread-shared data will get a shared

Re: RFC: Implementation of Threads in Perl (v1)

2000-08-02 Thread Chaim Frenkel
I wont comment on the rest. But Larry has already assigned/blessed 'our' for this usage. (vs. my for pure thread local lexical.) > "BCW" == Bryan C Warnock <[EMAIL PROTECTED]> writes: BCW> =item * BCW> The Thread module should add a C keyword or function that explicitly BCW> access a va

Re: RFC: Implementation of Threads in Perl (v1)

2000-08-01 Thread Nathan Torkington
Bryan C. Warnock writes: > The librarian bounced, so sending this internals way. Sorry about that bounce. It's set up now. I'm still setting up the repository (should have done that *before* publishing the RFC format, I guess :-). Optimistic ETA: tomorrow. If it's not up by then, I'll fall ba

RFC: Implementation of Threads in Perl (v1)

2000-08-01 Thread Bryan C . Warnock
The librarian bounced, so sending this internals way. =head1 TITLE Implementation of Threads in Perl =head1 VERSION Maintainer: Bryan C. Warnock <[EMAIL PROTECTED]> Date: 01 Aug 2000 Version: 1 Mailing List: perl6-internals Number: TBD =head1 ABSTRACT Perl 6 should be bu