Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple windows / Multiple programs
#4
Quote:
I can't just use threads because it it kind of like a cluster program, and the helper programs will be updated and deleted and new ones will be added.

The only reason you shouldn't be able to use threads are if the helper programs are running on different machines. You can easily manage dynamic creation/deletion of threads.

Quote:The program has to run under Linux so piping and CreateProcess is out.
CreateProcess is out. Pipes are definitely an option. However, if you are running multiple processes on different machines then you probably want to use sockets to communicate.
esus saves.... Passes to Moses, shoots, he scores!
Reply


Messages In This Thread
Multiple windows / Multiple programs - by wallace - 01-27-2007, 10:27 PM
Multiple windows / Multiple programs - by wallace - 01-28-2007, 11:36 PM
Multiple windows / Multiple programs - by LooseCaboose - 01-29-2007, 10:00 AM
Multiple windows / Multiple programs - by wallace - 01-29-2007, 10:42 PM
Multiple windows / Multiple programs - by Anonymous - 02-15-2007, 11:24 PM
Multiple windows / Multiple programs - by D.slert - 08-27-2009, 03:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)