LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Data Piping

To: Michael McConnell <michael@xxxxxxxxxxxxxx>
Subject: Re: Data Piping
Cc: lvs-users@xxxxxxxxxxxxxxxxxxxxxx, debian-firewall@xxxxxxxxxxxxxxxx
From: Scott Bronson <bronson@xxxxxxxxxxx>
Date: Wed, 8 Nov 2000 12:00:38 -0800 (PST)
> What I want to do is accept multiple TCP connections, but yet, PIPE all the 
> DATA into one single TCP connection?

Depending on the performance you need, I'd look at:

        from slowest/easiest to fastest/hardest (though still not too hard)

        - The netcat utitlity + simple shell scripts
        - Perl script      (Perl makes sockets easy)
        - C program        (grab a copy of Stevens' book)

        - Scott



<Prev in Thread] Current Thread [Next in Thread>