Cable Framework1.0.0 - Download
You'll be able to download in few seconds.
External Download
We do not host Cable Framework on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.
The external download link for Cable Framework is provided to you by soft112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.
If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of soft112.com contact us.
Publisher Description
A high performance cross programming languages communication framework similar to Java RMI. Unlike RMI, CABLE allows server push and was tested to run up to 3x faster than RMI depending the number of threads and CPU power. Currently in Java and C#.
- Client server communication framework that allows server push and client poll
- Tested to always run faster and more efficient than Java RMI for about 1-5x (using TCP protocol) due to: object serialization producing more compact stream and efficiency by getting away from object type reflection.
- Supported transport protocol: TCP, JMS. Another protocol like UDP and HTTP will be added in the future.
- Inter programming languages: client and server codes can be written in Java, C#, and in the future, C++
- Framework consist of xml-to-code generator and communication library