This is the general message handler of each node. It checks if received message is ok (depends on message e.g. routed to correct node). If accepted the message gets independently handled in a own thread. As soon as the handler thread has started the reply handler gives immediately response to the sender node. This design allows a quick and non-blocking message handling.
@author Nendor, Seppi
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.