Hi,
my perl cgi script is calling a batch file to write into a text file (This is necessary). How should i ensure that only one process is executing bat file at one time. as i am getting file in use by another process error when i am fuzzing this web-application with high volume of requests.
regards
A