Re: Transparent load balancing

2011-07-12 Thread Damien Fleuriot
On 7/11/11 6:49 PM, Unga wrote: Hi all I need to implement a transparent load balancing daemon in C. That is, the daemon accept a TCP connection, get more info from the client, and forward the communication transparently to another server to handle it. How this could be implemented

Re: Transparent load balancing

2011-07-12 Thread Unga
--- On Tue, 7/12/11, Damien Fleuriot m...@my.gd wrote: From: Damien Fleuriot m...@my.gd Subject: Re: Transparent load balancing To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org Date: Tuesday, July 12, 2011, 4:11 PM On 7/11/11 6:49 PM, Unga wrote: Hi all I need

Transparent load balancing

2011-07-11 Thread Unga
Hi all I need to implement a transparent load balancing daemon in C. That is, the daemon accept a TCP connection, get more info from the client, and forward the communication transparently to another server to handle it. How this could be implemented on FreeBSD? What basic primitives I should