tree: bb7dc7c5e648e32c8ca3c21a6b32ccea7e2c163b [path history] [tgz]
  1. src/
  2. bnd.bnd
  3. pom.xml
  4. Readme.md
provider/tcp/Readme.md

TCP transport provider

Allows transparent remoting using Java Serialization over TCP. The TCP provider is very light weight and is ideal to get a first demo of remote services running.

Endpoint Configuration

service.exported.configs: aries.tcp

KeyDefaultDescription
portPort to listen on. By default a dynamic port is used
numThreads10Number of listener threads to spawn