Search This Blog

Sunday, January 29, 2012

SImple Request-Response Communication using TCP

Summary: Very simple example showing how to implement request-response communication using TCP.

Sunday, January 22, 2012

How to Implement Load Balancing to Distribute Workload

Summary: Simple example showing how to implement the load balancing if you need to increase the performance by distributing the workload across multiple services.