I have 1000+ users connecting to a file share, and writing a text file every 30 seconds. This equals to be about 33 file writes per second on the server. This bog's the server down a lot. I'm currently using fso to write the file.
Is there a better method of writing files to the server in which i won't cause the server to slow down?
Maybe a way not using file sharing?
Thanks
Is there a better method of writing files to the server in which i won't cause the server to slow down?
Maybe a way not using file sharing?
Thanks