Menu

thread pool

A new class, com.ibm.aglets.thread.AgletThreadPool, has been created. The class works as a thread pool for the management of the thread associated to an agent. Now an agent has no more a private thread pool but a global pool for the whole platform is kept. This should improve performances and resurce reuse. An example about the use of the thread has been added to the example.thread package.

Posted by Luca Ferrari 2005-10-05

Log in to post a comment.