Yup, there are lots of ports (for boats), ports (wine), ports (conversion to new platform), ports (hardware) and ports (soft). That's what makes asking google so much fun. We are talking IP ports here.

Source server has a tcp/ip port out of which it spews data. Currently local software connects to that port, processes the data into a database. Source port only allows single connection and we can't play with it.

Our idea is to have something running locally that will connect to source port, via TCP/IP, and then present the data to 2 local TCP/IP ports. Current software will then connect to one of these local ports. The other port is then free to connect another version of the client software, receiving the same data and the first.

One idea is to have the local port act as a forking server so we can connect lots of clients, each would receive the same data. It's the sort of thing you'd use tee for on pipes.

PS, all servers will be running Solaris. The source server and client software are proprietory code we have no control of. We can configure the client to connect to any source ip/port combination.

In reply to Re^2: Port duplicator by tweetiepooh
in thread Port duplicator by tweetiepooh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.