The zNet High Performance Application (HPA) product is intended for applications that benefit from parallel computation distributed on the network via zEngine servers (zEngine is a part of zNet HPA installation). zNet HPA works out-of-the-box, and can upload user defined libraries and execute their functionality to service client requests in parallel. Communication between a Zircon-enabled client application and a pool of zEngine(s) is managed by the zNet Load Balancer, which dynamically discovers available zEngines and equalizes their load in real-time. The Load Balancer is part of the zNet library that is linked with client applications.
zNet HPA contains the zAdmin command line and zStudio graphic tools to support systems operations and monitoring.
The zNet HPA functionality expands the zNet multicore product line with the following patterns: Brokers with custom filtering, Sticky Engines, distributed cache (zCache), event notification (zNotify), and pub/sub.
C/C++ programmers maintaining or developing distributed software that requires high performance characteristics.
In addition to zNet Multicore the zNet HPA package offers:
- Common API for multi core and distributed core
- Local and Remote High Performance Queues (HPQ) for inter-thread and inter-process communication (one per process)
- Supporting multiple worker thread models:
- With a dedicated pool of worker threads
- Persistent, supporting and syncing local and remote commit on disk to ensure data delivery
- Binary protocols supporting any built-in and user-defined data types
- 40 micro sec avg. latency
- Programming patterns
- Broker Messaging with custom filtering
- Load Balancer with real-time feedback
- Sticky Engine
- Distributed cache (zCache)
- Event notification (zNotify)
- Pub/Sub Messaging
- C++ Application Server (zEngine) in COTS and custom Integration packages