in reply to Re: Multithreading How do I share hash of hash of arrays
in thread Multithreading How do I share hash of hash of arrays
What are the expected sizes of the data structures? It may easily be the case that the right place for the data is a database,
Size is the wrong criteria here.
A large, shared data structure will out-perform a "database" -- even an in-memory DB -- if the preponderance of accesses are read-only.
not an ad hoc, shared, frail data structure
Why does a (usually considered, "very reliable"), Perl data-structure, suddenly become "unreliable", because it is shared?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Multithreading How do I share hash of hash of arrays
by Jenda (Abbot) on Jan 24, 2015 at 11:45 UTC |