After significant hair loss, I have come to understand that CODE
refrences are not sharable in iThreads.  From what I can see, this is
because each thread will have its own refrence to that function as they
are all copies.  Ok, fair enough, so what I will need to do is somehow
retrive the function name, and then pass that onto the other thread, so
that can recover its reference in its own thread-scope.

Any ideas on how to do this?  I could pass down the function name
explicitly, but it seems a bit messy.  

Ray

Reply via email to