Hi
I want to send x number of files per second to a directory. Files are being made dynamically in the program
All I want to ask is how I can do it
Lets say I want to send 10 files per second. Then I want to make sure that 1 file is sent every 0.1 second
Also, if any of the file sending takes more than 0.1 sec, I want to show the message it took more than 0.1 sec and proceed!
How can this be done?
I want to send x number of files per second to a directory. Files are being made dynamically in the program
All I want to ask is how I can do it
Lets say I want to send 10 files per second. Then I want to make sure that 1 file is sent every 0.1 second
Also, if any of the file sending takes more than 0.1 sec, I want to show the message it took more than 0.1 sec and proceed!
How can this be done?