Announcement

Collapse
No announcement yet.

multithreading

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • multithreading

    Are there any multithreading functions available for PB DOS?


    ------------------

  • #2
    POPUP xxxxxx

    ??
    Michael Mattias
    Tal Systems (retired)
    Port Washington WI USA
    [email protected]
    http://www.talsystems.com

    Comment


    • #3
      I suppose I should have asked first if the PB DOS manual is avaible - seems I have to buy the product to get it!



      ------------------

      Comment


      • #4
        MS-DOS is not a multi-threading operating system.

        For that matter, it's not even a multi-tasking (multi-process) operating system.

        About the best you can do is some kind of 'time-sharing'.. which you can "kind of" do with a TSR.

        Then again, you might ask for assistance with whatever question to which you think 'multi-threading' is the answer.

        MCM
        Michael Mattias
        Tal Systems (retired)
        Port Washington WI USA
        [email protected]
        http://www.talsystems.com

        Comment

        Working...
        X