Execute several tasks simultaneity question
-
I have developed a software used in engineering calculation fields.In my software, every funtion is activated by clicking a menu item.Now I have a problem that I don't know how to Execute several tasks simultaneity by clicking differet menu items continuously. IF you can help me solve this question please message me or post your solution to my e-mail:toschl@yeah.net. Thanks for your help sincerely.
-
I have developed a software used in engineering calculation fields.In my software, every funtion is activated by clicking a menu item.Now I have a problem that I don't know how to Execute several tasks simultaneity by clicking differet menu items continuously. IF you can help me solve this question please message me or post your solution to my e-mail:toschl@yeah.net. Thanks for your help sincerely.
Dont need to show your mail(do you like spam!? :) ) Do you want to run some actions at same time?
-
I have developed a software used in engineering calculation fields.In my software, every funtion is activated by clicking a menu item.Now I have a problem that I don't know how to Execute several tasks simultaneity by clicking differet menu items continuously. IF you can help me solve this question please message me or post your solution to my e-mail:toschl@yeah.net. Thanks for your help sincerely.
you should be reading Multithreading[^]then
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
I have developed a software used in engineering calculation fields.In my software, every funtion is activated by clicking a menu item.Now I have a problem that I don't know how to Execute several tasks simultaneity by clicking differet menu items continuously. IF you can help me solve this question please message me or post your solution to my e-mail:toschl@yeah.net. Thanks for your help sincerely.
While you could certainly put each task in its own thread, those threads will only run in parallel if you have more than one processor.
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch
-
Dont need to show your mail(do you like spam!? :) ) Do you want to run some actions at same time?