in reply to Re: Sharing large data structures between threads
in thread Sharing large data structures between threads
Thank you for your reply!
Your idea made me think: what if the data management was "daemonised" to a single thread instead. I would have my data structure alive in one thread only and post requests for read/write to it just as you suggested. I could even make the requests Perl code that is eval()'d by the management thread.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Sharing large data structures between threads
by locked_user sundialsvc4 (Abbot) on Mar 09, 2011 at 14:42 UTC | |
by anonymized user 468275 (Curate) on Mar 09, 2011 at 17:32 UTC | |
by BrowserUk (Patriarch) on Mar 09, 2011 at 18:32 UTC | |
by anonymized user 468275 (Curate) on Apr 20, 2011 at 11:47 UTC | |
by BrowserUk (Patriarch) on Apr 20, 2011 at 13:03 UTC | |
|