[EMAIL PROTECTED] wrote:
> On Fri, 12 Apr 2002, Stas Bekman wrote:
>  
> 
>>But if talk about futuristic Solar variables (perl globals shared 
>>between threads). what if a solar variable is a reference to CODE? Can 
>>this be shared? If so, will reloading this variable in one interpreter 
>>affect others?
> 
> 
> even if that would work, it would kill performance due to required mutex 
> locking.  and that locking would need to happen in the perl core, unlike
> simple scalars, arrays and hashes.

Does it look you'll be able to get the solar variables idea to work for 
those data types?

- Perrin

Reply via email to