develooper Front page | perl.perl5.porters | Postings from April 2000

Threadsafing

Thread Next
From:
Dan Sugalski
Date:
April 21, 2000 10:58
Subject:
Threadsafing
Message ID:
4.3.1.0.20000421135455.01d31ef0@24.8.96.48
Okay, I've been thinking about this thing for a few days, and I think I can 
get the overhead pared down to one flag bit and one pointer per SV, with 
only SVs that are marked as shared having any overhead beyond that. (The 
pointer can be tossed iff there's a global SV lock that all shared SVs 
share, but I'd rather not do that if possible) Acceptable enough to start 
in on an implementation?

					Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
dan@sidhe.org                         have teddy bears and even
                                      teddy bears get drunk


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About