Update of /cvsroot/boost/boost/boost/asio
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10324

Modified Files:
        io_service.hpp 
Log Message:
Clarify behaviour of io_service::run() in a thread pool.


Index: io_service.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/io_service.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- io_service.hpp      8 Jan 2007 01:30:05 -0000       1.9
+++ io_service.hpp      6 May 2007 22:36:18 -0000       1.10
@@ -109,7 +109,9 @@
    * more handlers to be dispatched, or until the io_service has been stopped.
    *
    * Multiple threads may call the run() function to set up a pool of threads
-   * from which the io_service may execute handlers.
+   * from which the io_service may execute handlers. All threads that are
+   * waiting in the pool are equivalent and the io_service may choose any one
+   * of them to invoke a handler.
    *
    * The run() function may be safely called again once it has completed only
    * after a call to reset().
@@ -126,7 +128,9 @@
    * more handlers to be dispatched, or until the io_service has been stopped.
    *
    * Multiple threads may call the run() function to set up a pool of threads
-   * from which the io_service may execute handlers.
+   * from which the io_service may execute handlers. All threads that are
+   * waiting in the pool are equivalent and the io_service may choose any one
+   * of them to invoke a handler.
    *
    * The run() function may be safely called again once it has completed only
    * after a call to reset().


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to