in reply to Re^4: forked::shared with hashes?
in thread forked::shared with hashes?
In the standard Perl threads implementation, arrays and hashes are re-initialized when they become shared (with the share()) function. The share() function of forks::shared does not initialize arrays and hashes when they become shared with the share() function.Quoted from the documentation of forks::shared.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: forked::shared with hashes?
by BrowserUk (Patriarch) on Apr 02, 2011 at 14:38 UTC | |
by choroba (Cardinal) on Apr 04, 2011 at 06:42 UTC |