Replaced the 'message-bus' thread name reference with 'task-scheduler'

This commit is contained in:
Mark Fisher
2008-11-14 01:36:41 +00:00
parent afce62c995
commit 0e1201e86b

View File

@@ -219,7 +219,7 @@
<para> <para>
Also, notice that the worker thread name is displayed with each invocation. You will see that the hot drinks are Also, notice that the worker thread name is displayed with each invocation. You will see that the hot drinks are
prepared by the task-executor threads. If you provide a much shorter poller interval (such as 100 milliseconds), prepared by the task-executor threads. If you provide a much shorter poller interval (such as 100 milliseconds),
then you will notice that occasionally it throttles the input by forcing the message-bus (the caller) to invoke then you will notice that occasionally it throttles the input by forcing the task-scheduler (the caller) to invoke
the operation. the operation.
</para> </para>
<para> <para>