x Messages per second?

superprg

New member
Joined
Feb 19, 2008
Messages
1
Programming Experience
1-3
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?
 
Back
Top