mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
10 lines
484 B
Plaintext
10 lines
484 B
Plaintext
The enhanced Communication Abstraction Layer (eCAL) is a middleware that enables
|
|
scalable, high performance interprocess communication on a single computer node
|
|
or between different nodes in a computer network. eCAL uses a publish-subscribe
|
|
pattern to automatically connect different nodes in the network.
|
|
|
|
eCAL automatically chooses the best available data transport mechanism for each
|
|
link:
|
|
* Shared memory for local communication (incredible fast!)
|
|
* UDP for network communication
|