i use select to let the program sleep for an hour.
After the time expires it looks up a directory for files dumped in there in this hour.
the program then parses these file.
If there r no files in the directory select() should return after time expiry with 0.
but in my case select() is returning with very big integer values evry hour.
Can some1 please help m
After the time expires it looks up a directory for files dumped in there in this hour.
the program then parses these file.
If there r no files in the directory select() should return after time expiry with 0.
but in my case select() is returning with very big integer values evry hour.
Can some1 please help m
Comment