ZRPC

From Zentific Wiki

Jump to: navigation, search

ZRPC is the secure backend server for Zentific. It interfaces with a database (currently MySQL by default) to store data from the other components and leverages functionality from LibZXR to provide a robust RPC server for clients to connect to. Using our XMLRPC_API, administrators can control and maintain any number of nodes with virtual machines running on them while setting permissions for users of the system.

Features:

  • Multithreaded request serving capabilities and database access
  • Extremely scalable
  • SHA1 hashing for password security inside the database
  • Can be run inside a vm or on a dom0
  • DB can be run on another machine for increased security
  • Stateless, allowing for server restarts/changes without issue