in reply to Using kernel-space threads with Perl
Sure. You can create a shared memory segment, and have your threads or forks read from the shmem. See SysV shared memory --pure perl for a rudimentary example
Or, you could create a 3.5 gig ramdisk, and have your workers read from it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using kernel-space threads with Perl
by aberman (Initiate) on Mar 22, 2011 at 20:26 UTC |