http://www.perlmonks.org?node_id=259721


in reply to Re: Re: Re: Ithreads and XS information wanted
in thread Ithreads and XS information wanted

Always follow the API. Specifically this means that you should respect get magic before fetching the value of a variable and set magic after storing a value. get and set magic is used to push shared data back and forth between an interpreter allocated only to hold shared data.

  • Comment on Re: Re: Re: Re: Ithreads and XS information wanted