
Reliable server pooling (rserpool) is the ietf's standard (rfc 5351 to rfc 5356) for a lightweight server pool and session management framework. it provides highly available pool management (that is registration handling and load distribution/balancing) by components called registrar and a client-side/server-side api for accessing the service of a pool.
this package provides the header files for the rsplib c++ api. you need them to develop your own rserpool-based clients and servers based on the c++ api.