The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for rexyoung during November 2007

Jsasb actor follows message-passing model. There are two kind of messages: event and request. An event is an async-message that is the primary message in the Jsasb. While a request is a sync-message that is a supplement to events for easy design and efficiency in some situations. For this purpose, I designed a flexible thread pool to deliver asyc-messages. The JDK (or say Doug's)...