Tag: thrift

XACML PDP Performance Testing with Thrift

Last time using this blog post,  We discussed on load testing the XACML PDP using Jmeter.  We uses the HTTPS transport for calling the Web Service API that has been exposed by the PDP.  With Identity Server, we can also use Thrift protocal to communicate with PDP.  It is said that thrift is more faster […]

Thrift Load Balancing

Thrift is RPC framework protocol that can be used to transport data in faster manner over TCP.  Most of the time thrift is used to server to server data transfer…  As example to publish real time logs in to log servers.  I have worked with thrift to use it as PEP-PDP communication mechanism.  If you […]