http://www.perlmonks.org?node_id=416173


in reply to Re^2: Visualizing bugs
in thread Visualizing bugs

In my first ever multi-threaded program, written to run under OS/2 pre-1.0, the only reentrant IO function available was Beep( freq, duration ). So

  1. thread_1 did "beeeb....beeep...beeep";
  2. thread_2 did "beep beep....beep beep";
  3. thread_3 did "bip bip bip....bip bip bip" etc.

You could suspend/resume each of the threads by typing it's thread number on the keyboard.

It wasn't much of a program, but you'd be amazed how many grown men (and women) spent an inordinate amount of time being amused by it:)


Examine what is said, not who speaks.        The end of an era!
"But you should never overestimate the ingenuity of the sceptics to come up with a counter-argument." -Myles Allen
"Think for yourself!" - Abigail        "Time is a poor substitute for thought"--theorbtwo         "Efficiency is intelligent laziness." -David Dunham
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon

Replies are listed 'Best First'.
Re^4: Visualizing bugs
by gaal (Parson) on Dec 20, 2004 at 16:23 UTC
    OS/2! Now that was a system.

    Where I'm at, lots of ATMs still run it. (Version 2.1 I think.)

      Yes. Many, many ATM's were built around 2.1, which was the first properly complete and tuned version. It was also the last major version that had MS involvement if memory serves.

      Warp was pretty cool, with the emphasis mainly on "pretty". There was little really new underneath, but the new interface had some nice features.

      After that, the "PCs are just terminals to mainframes" crowd kinda took over and the rest is history.

      A friend of mine involved in developing the replacement for OS/2 in ATM's was kind of nervous about the prospects--but that was some time ago.


      Examine what is said, not who speaks.        The end of an era!
      "But you should never overestimate the ingenuity of the sceptics to come up with a counter-argument." -Myles Allen
      "Think for yourself!" - Abigail        "Time is a poor substitute for thought"--theorbtwo         "Efficiency is intelligent laziness." -David Dunham
      "Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon
        Warp was the first 32-bit OS for PCs, I think. It also had EMX, but maybe that had already been available on earlier versions.

        I used to run a BBS on Warp. It had uptimes of weeks. On a 386 with 8MB of RAM...

        </nostaliga>