Networking Forums

Networking Forums > Computer Networking > Linux Networking > Socket redirection

Reply
Thread Tools Display Modes

Socket redirection

 
 
VJ
Guest
Posts: n/a

 
      12-16-2004, 04:15 PM

I want to build a load balancer, which does the following:

I have servers (a number of them) runing on different machines...
There is a well defined service to which the clients connect to,
once the request is received, the service (load balancer) chooses to
which servers it needs to forward. This has to be done transparently,
to the client; all the client does is it connects
to this well defined service.

I want to do this by writing the service in c/C++, also, using
TCP/IP sockets..

Can anyone suggest a way of doing this...

Regards,
VJ

 
Reply With Quote
 
 
 
 
Chi Y Kang
Guest
Posts: n/a

 
      12-16-2004, 05:54 PM
Instead of writing one, look at the LVS project.



VJ wrote:
> I want to build a load balancer, which does the following:
>
> I have servers (a number of them) runing on different machines...
> There is a well defined service to which the clients connect to,
> once the request is received, the service (load balancer) chooses to
> which servers it needs to forward. This has to be done transparently,
> to the client; all the client does is it connects
> to this well defined service.
>
> I want to do this by writing the service in c/C++, also, using
> TCP/IP sockets..
>
> Can anyone suggest a way of doing this...
>
> Regards,
> VJ
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Test socket on Master Socket not working Kevin Cowans Broadband 14 11-15-2006 09:17 PM
10038 Socket Operation on non-socket =?Utf-8?B?UkNyYWlnTGF3MUBhb2wuY29t?= Windows Networking 3 12-23-2004 03:01 AM
10038 socket operation on non-socket Bill H. Windows Networking 1 09-27-2004 03:56 AM
10038 Socket Operation on non-socket error Tim G Windows Networking 1 09-26-2004 03:04 PM
WLAN Monitor 10038 Socket operation on non-socket Bill Windows Networking 1 03-01-2004 10:34 PM



1 2 3 4 5 6 7 8 9 10 11