Welcome, Guest. Please login or register.

Author Topic: X5000 systems  (Read 6613 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline zylesea

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 638
    • Show all replies
    • http://www.via-altera.de
Re: X5000 systems
« on: October 10, 2016, 03:40:12 PM »
Quote from: Iggy;815075
Software under single user OS' just is not threaded well enough.
 

What has a "single user OS" to do with threading Programs? It's up to the programmer to enable multithreading of an application. For example on Windows I used
HANDLE WINAPI CreateThread( lpThreadAttributes, dwStackSize, lpStartAddress, lpParameter, dwCreationFlags, lpThreadId)
more than a decade ago already. And windows balances the threads quite well.
If the developers don't slice their apps into threads, the OS cannot do much about that.
« Last Edit: October 10, 2016, 03:44:11 PM by zylesea »