# # ChangeLog for branches/supervisor/src/main/java/omq/server/RemoteThreadPool.java # # Generated by Trac 1.0.8 # 07/03/24 17:12:15 Mon, 14 Oct 2013 14:38:34 GMT stoda [102] * branches/supervisor/src/main/java/omq/common/util/OmqConnectionFactory.java (modified) * branches/supervisor/src/main/java/omq/common/util/ParameterQueue.java (modified) * branches/supervisor/src/main/java/omq/server/InvocationThread.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteThreadPool.java (modified) * branches/supervisor/src/test/java/omq/test/lock/SleepTest.java (modified) * branches/supervisor/src/test/java/omq/test/multiThread/ThreadTest.java (modified) * branches/supervisor/src/test/java/omq/test/multiThread2/MultiThreadTest.java (modified) * branches/supervisor/src/test/java/omq/test/multiThread2/PrintTest.java (modified) * branches/supervisor/src/test/java/omq/test/remotePool/RemotePoolTest.java (modified) * branches/supervisor/src/test/java/omq/test/supervisor/SleepTest.java (modified) * branches/supervisor/target/classes/log4j.xml (added) All tests working TODO sometimes exceptiontest fails Fri, 11 Oct 2013 11:44:19 GMT stoda [101] * branches/supervisor/src/main/java/omq/common/util/ParameterQueue.java (modified) * branches/supervisor/src/main/java/omq/server/InvocationThread.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteObject.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteThreadPool.java (modified) * branches/supervisor/src/test/java/omq/test/remotePool (added) * branches/supervisor/src/test/java/omq/test/remotePool/RemotePoolTest.java (added) * branches/supervisor/src/test/java/omq/test/remotePool/Sleep.java (added) * branches/supervisor/src/test/java/omq/test/remotePool/SleepImpl.java (added) PoolThreadSupervisor done TODO: revise all threads Wed, 09 Oct 2013 15:35:41 GMT stoda [100] * branches/supervisor/.project (modified) * branches/supervisor/src/main/java/omq/common/broker/HasObject.java (modified) * branches/supervisor/src/main/java/omq/server/InvocationThread.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteObject.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteThreadPool.java (added) * branches/supervisor/src/main/java/omq/supervisor/SupervisorThread.java (modified) Idea of thread supervisor done TODO test the idea, change the ...