Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UI & Thread Management All In One
#7
The idea here I was trying to achieve was alternate processing, kind of the concept behind a mutex but much simpler. Although mutex is used for a different purpose, not necessarily alternating, but when it's required it's like a queue manager telling when to wait for another to be released..

Multi-threading to a higher degree would have been an option, or even CPU affinity with parallel programming. Running each task on a new available CPU, although this would differ from system to system depending on the number of cores, so it's questionable until you see how many are available to work with. That's a bitwise calculation btw... I've done it before with another project I finished a while back.
Reply


Messages In This Thread
RE: UI & Thread Management All In One - by kpn37z - 06-24-2012, 04:31 AM
RE: UI & Thread Management All In One - by AceInfinity - 06-24-2012, 11:18 AM
RE: UI & Thread Management All In One - by Kewlz - 06-24-2012, 12:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [VB.NET] System.Management Version 2.0.0.0 without Import Make App [SRC] Imports System.Net 0 2,115 05-13-2011, 11:32 AM
Last Post: Imports System.Net

Forum Jump:


Users browsing this thread: 2 Guest(s)