Using the Hot Rod server
The Infinispan server module provides a module that implements a custom binary protocol designed for smart clients called Hot Rod, a custom TCP client-server protocol that was designed specifically for Infinispan and is considered the fastest way to interface a client application to an Infinispan server instance.
This protocol enables faster and cheaper client and server interactions in comparison to other client/server protocols, such as Memcached.
This module allows you to create remote applications and perform the standard operations in the cache, such as store, retrieve, change, and remove data from the cache, using the Hot Rod protocol.
Note
For more information, refer to the Hot Rod protocol documentation at http://infinispan.org/docs/7.0.x/user_guide/user_guide.html#_hot_rod_protocol ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access