Jtrix manages connections between netlets on the same node, by providing service connections. Communication outside the service framework is not addressed by Jtrix. There are two options for communication between the netlets belonging to an application:
The netlets can implement their own communications, using whatever security protocols are appropriate. Jtrix does allow the basic network facilities required for this.
This functionality can be contracted out. The service chosen to implement the communications should provide the required security.
Using a service can allow the communications layer to be dynamically changed for different deployments of the same application. It can also allow different applications to share the same communication system.
Jim Chapman 2001-08-16