Most Complex Problem

  • Thread starter Thread starter Omar Abid
  • Start date Start date
O

Omar Abid

Hi folks,
It really don't interest me or i don't need a solution for this
problem but it always turn on my mind.
How can i with VB, C#, Java.... or any other languages create a 2 or
more simultaneous actions !
For example : Copying 2 file
1/Filecopy input output
2/Filecopy input output
Is there a solution to make those two command works simultaneously

Thanks for thinking
Omar Abid

(If you are interested on VB.net visit this group)
http://groups.google.com/group/VB2005?lnk=li
 
It really don't interest me or i don't need a solution for this
problem but it always turn on my mind.
How can i with VB, C#, Java.... or any other languages create a 2 or
more simultaneous actions !
For example : Copying 2 file
1/Filecopy input output
2/Filecopy input output
Is there a solution to make those two command works simultaneously

It's called threading.

http://en.wikipedia.org/wiki/Multithreading
 
Is there a solution to make those two command works simultaneously
What's Threading ??

erm ... The answer to the question "How to execute multple tasks/commands
simultaneously?".

Read the page at the end of the link.
 
Back
Top