Web-requests typically follow a request-reply pattern. However, ZeroMQ has severe restrictions on using REQ-REP patterns in an asynchronous way. NanoMsg attempts to solve this strictness of REQ-REP by fusing them with reconnect capabilities and load-balancing features.
Continue readingPost Category → Blog
Thread-Ring benchmark C++ implementation with Piped threads
The thread-ring is a standard benchmark challenge to validate the performance of sequential communication among parallel threads.
Here is the code, run it on your system, and see the timings. Post your results here if you like what you see.
Continue readingPredictive Analytics for Retail Sector
Businesses in Retail sector benefit from the Data Analytics by gaining insight into what is driving their sales, and what they can do to improve it further. Understanding the behavior of the customers and meeting their requirement proactively helps in improving the customer-satisfaction, there by improving the sales.
Continue readingFeathers.JS: Realtime Micro-services with Node.js
To be able to successfully deliver varied solutions in a timely manner, we need architectures and frameworks that allow reuse and rapid-development. For majority of our solutions, we use micro-services architecture with backend data controlled through RESTful resources, sockets and flexible data-base plug-ins.
Continue reading