Here's a true story, from about 1991.

I was checking on some end users that were using a custom AS400 application that fed our A/P system.

I noticed at their desk the existance of a) an unused coax cable and b) a 2400 baud modem. I also noticed their response was very slow and then noticed that they were dialing in on their own modems to the AS400. I asked them why they weren't using the coax, they said their manager told them they were saving money by dialing in.

Then I query them, "where is the host", so they take me not more than 20 feet to a room housing 2 AS400's. These two supported different systems, but used the same software, tweaked to each system. Since both The systems were very inter-related, and thus, they needed to share data.

So we have 2 AS400's sitting next to each other that need to share data. Did they have a wired connection? No, these two boxes were standing alone.

So how did the data get from one to the other? Well it was "easy"....tapes. What they did is each night they cut a round tape from system A and sent it to the data center 15 miles away, where they would copy it to a square tape for mounting on system B. and thus, they were able to share!


In reply to RE: OT - Corporate Stupidity by wardk
in thread OT - Corporate Stupidity by Ovid

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.