Routix.RPC features

  • - Ease of use (with couple lines of code you will have working solution);
  • - support for any Automation object (which supports IDispatch interface);
  • - username/password authentication;
  • - objects request control (possible to block any object creation and returning to client);
  • - support for any programming languages with COM support (VBScript and Delphi examples included);
  • - Can be licensed with Delphi source code;
  • - communication compression and encryption;
  • - high speed of calls;
  • - support for creation of multiple remote objects via a single connection;
  • - support callback objects;
  • - multithreading with automatic calls synchronization;
  • - structure of objects detected at runtime dynamically, not needed to recompile RPC engine if objects changed;
  • - supports any Microsoft Windows version;