Many methods have been proposed to provide asynchronous communication in distributed object system. But these methods are not compatible with Java RMI. we design and implement asynchronous event delivery system on the basis of Java RMI. It delivers ev...
Many methods have been proposed to provide asynchronous communication in distributed object system. But these methods are not compatible with Java RMI. we design and implement asynchronous event delivery system on the basis of Java RMI. It delivers events from Supplier to Consumer directly through Event Channel without consumer's request. Event channel includes proxies, and they make Consumer and Supplier object implemented independently. This system filters events by supplier identification, and eliminates supplier blocking by filtering module which implemented with Java thread and Thread Pool. We also define event information as class, and Java Serialization technique is used to deliver events efficeiently. The proposed system is compatible with Java RMI.