Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

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
  • Comment on How to implement mutual exclusion in perl cgi

Replies are listed 'Best First'.
Re: How to implement mutual exclusion in perl cgi
by Anonymous Monk on Mar 09, 2009 at 12:51 UTC