ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl5-porters
perl5-porters
Re: [PATCH] dynaloader patch for PAR-0.76
by Rafael Garcia-Suarez other posts by this author
Nov 26 2003 7:05AM messages near this date
Re: Follow the bouncing pumpkin: Leon for 5.5.4 | hooks in @INC of the form &code:function::name
Edward S. Peschko wrote:
>  > > + @dl_shared_objects  = ();       # shared objects for symbols we have 
>  > 
>  > Shouldn't this be :shared among threads ?
>  > Or better : to avoid the overhead of loading attributes.pm on non-threaded
>  > perls, shouldn't this be :shared only for threaded perls ? (as DynaLoader.pm
>  > is generated at compile time and installed into archlib)
>  
>  I just followed the coding conventions inside of DynaLoader_pm.PL as they stood..
>  None of the other globals in that are :shared, so I was assuming that this one wasn't.
>  Perhaps a revisit of DynaLoader_pm.PL is in order (by someone who has a little more 
>  knowledge in the ins and outs of threaded perl)..

Hopefully all those vars are documented :)

Another problem : your patch doesn't record the shared objects loaded via XSLoader.

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved