I've written my first program for a network.
The app has to input data and output data to a maximum of 1000 small files from several workstations at the same time. Only a few of these files exist at the moment and there have been no problems. However I would like to know what problems can arise as the amount of files increase. I have no understanding of open and closing files safely. All these files are read by the app but only for as long as it takes for the data to be read into variable arrays.
Any help would be appreciated
Thanks
Alan
