I was getting ready to tidy up my changes to the NDC code and submit them, when I realized that I had slightly changed the behavior of the class with respect to threads and inheritance.
Currently the NDC class requires the client to explicitly make some method calls for a child thread to inherit the parent thread's stack. By using the MDC model, I unintentionally changed this so that a child thread automatically inherits the parent threads stack.
I could easily make the NDC behave either way. Which is preferred:
a) Explicit inheritance (current functionality) b) Automatic inheritance (explicit methods would remain and continue to function)
Thanks, Ray
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
