Hi,
I'm working on an application that copies the files the moment these are created in the directory and paste's to some remote place.
The thing that is making some problem; i want this process in two threads, one to copy the file and the other to verify that its copied perfectly. these threads should run simultaneously so that the moment the file copied it should be verfied as well.
I have done with the both component but how to implement them in threads, im stuck. is there any best example i can use?
Really need some professional support.
Thanks!
I'm working on an application that copies the files the moment these are created in the directory and paste's to some remote place.
The thing that is making some problem; i want this process in two threads, one to copy the file and the other to verify that its copied perfectly. these threads should run simultaneously so that the moment the file copied it should be verfied as well.
I have done with the both component but how to implement them in threads, im stuck. is there any best example i can use?
Really need some professional support.
Thanks!
Comment