Thomas Karcher wrote:
Hi Dean,Thanks for the enlightening answer. Do you think it is possible to "trick" threads::shared's lock with a reference to the array, i. e. the reference is shared but the array itself isn't?
Not certain how you intend to do that ? Are you intending to write your own XS implementation ? Keep in mind that a shared ref must point to a shared variable, ie, a shared variable can't be used as a ref to a private variable. Dean Arnold Presicient Corp.