OK, lemme see if I follow the plot...
- You create a pool of "resource" objects
whose members are all shared
- you pass the objects to the threads
when they are created
- on creation, the thread dup's the
resource object, thereby inheriting
the shared members (albeit inside
a new version of the object)
My only wrinkle is that I'm using a thread
pool...but if I use a resource pool, I can
instantiate the resource pool into each
thread in the thread pool at startup, so I just need
to add some scalar ID to each resource thread
that can be used to direct a thread to whichever
resource object to fiddle with.
Hmmm, intriguing...
I will definitely give it a shot.
It may be a bit of a memory pig, but actually may
also help limit the chances for memory leaks
(kinda like building all Perl/Tk widgets at
startup, and withdrawing til needed...kills memory
leak bugs DEAD!)
PS. I do in fact have a dual CPU system (running Win2K);
don't know when I'll get a chance to test this on it,
(lots more code to implement/test before that), but
I definitely owe you a barley pop...
And here's hoping Ponie solves this issue...
Many thanks...
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.