in reply to Doing IPC via class methods?
Setting class data is accross the whole system, right?
Only inside the same process, lest you stuff your class data into shared memory somehow and make sure it is not overwritten by another process at class initialization.
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Doing IPC via class methods?
by leocharre (Priest) on Jul 24, 2007 at 14:49 UTC | |
by f00li5h (Chaplain) on Jul 24, 2007 at 16:13 UTC |