[K42-discussion] [simple]Thread
Bryan S Rosenburg
rosnbrg at us.ibm.com
Thu Feb 16 07:57:08 EST 2006
Base K42 thread support, as presented by the Scheduler:: interface,
involves the Thread class. The Thread implementation is entwined with the
DispatcherDefault implementation and really should be completely hidden
behind the Scheduler interface, but we haven't done a thorough of hiding
it. It should be easier than it currently is to build a customized
dispatcher and thread implementation without changing anything else in the
system.
simpleThread is a package, built on top of the Scheduler interface, that
provides somewhat higher-level threading facilities than does the basic
thread support. It's dependent on the Scheduler interface and not on the
underlying thread implementation, I think.
- Bryan
Donour Sizemore <donour at cs.unm.edu>
Sent by: k42-discussion-bounces+rosnbrg=us.ibm.com at ozlabs.org
02/14/2006 06:43 PM
To
k42-discussion at ozlabs.org
cc
Subject
[K42-discussion] [simple]Thread
What is the relationship between the Thread and simpleThread classes?
Lots of examples programs use simpleThread, but the dispatcher handles
Thread instances. I can't find anywhere that one class references the
other.
thanks
donour
_______________________________________________
K42-discussion mailing list
K42-discussion at ozlabs.org
https://ozlabs.org/mailman/listinfo/k42-discussion
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ozlabs.org/pipermail/k42-discussion/attachments/20060215/bb642eb2/attachment.htm
More information about the K42-discussion
mailing list