in reply to Using kernel-space threads with Perl
Is this possible in Perl, or is there a strategy I can use that won't involve copying the entire contents of memory into each iThread?
Unfortunately, there is no way to do this efficiently in Perl if every thread needs to be able to access all the data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using kernel-space threads with Perl
by aberman (Initiate) on Mar 21, 2011 at 23:54 UTC | |
by BrowserUk (Patriarch) on Mar 22, 2011 at 00:19 UTC | |
by tye (Sage) on Mar 22, 2011 at 00:44 UTC | |
by BrowserUk (Patriarch) on Mar 22, 2011 at 01:38 UTC | |
by tye (Sage) on Mar 22, 2011 at 02:18 UTC | |
by BrowserUk (Patriarch) on Mar 22, 2011 at 03:45 UTC | |
| |
by aberman (Initiate) on Mar 22, 2011 at 20:38 UTC |