in reply to Re^9: Slow evolution of Perl = Perl is a closed Word (thread decade)
in thread Slow evolution of Perl = Perl is a closed Word
For the former, I've yet to see a convincing application for shared objects. Do you have one?I have more than once wanted a cache of objects, sharable between threads. Because there's no such beast, the cache ends up living in some external storage and the objects are unmarshalled/marshalled for each access.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^11: Slow evolution of Perl = Perl is a closed Word (thread decade)
by BrowserUk (Patriarch) on Sep 04, 2007 at 09:19 UTC | |
by ysth (Canon) on Sep 04, 2007 at 15:59 UTC | |
by BrowserUk (Patriarch) on Sep 04, 2007 at 16:18 UTC | |
by ysth (Canon) on Sep 04, 2007 at 17:42 UTC | |
by BrowserUk (Patriarch) on Sep 04, 2007 at 20:15 UTC |