M
microsoft
Just researching threading and I'm sure we need to do more review of
available resources BUT I'm wondering if what we're looking for is actually
possible. If it is we can keep reading.
I know it's more complex than this but conceptually we want to have one set
of instructions (one SUB probably) and run that same set of instructions
several times each in its own thread accessing some shared information and
some information specific to that instance.
I've seen examples where there are basically different sets of instructions
and each run in it's own thread.
Thanks.
available resources BUT I'm wondering if what we're looking for is actually
possible. If it is we can keep reading.
I know it's more complex than this but conceptually we want to have one set
of instructions (one SUB probably) and run that same set of instructions
several times each in its own thread accessing some shared information and
some information specific to that instance.
I've seen examples where there are basically different sets of instructions
and each run in it's own thread.
Thanks.