M
Mullin Yu
hi,
i have a web service that has file operations on Windows OS, and there may
be a file concurrency issue if only one working directory e.g. c:\working
therefore, i want to have a unique sub directory for each request so as to
get rid of any file concurrency issue, e.g
c:\working\unique-identifier1 for Request #1
c:\working\unique-identifier1 for Request #2
of course, house-keep is then required.
any suggestions to do so?
thanks!
i have a web service that has file operations on Windows OS, and there may
be a file concurrency issue if only one working directory e.g. c:\working
therefore, i want to have a unique sub directory for each request so as to
get rid of any file concurrency issue, e.g
c:\working\unique-identifier1 for Request #1
c:\working\unique-identifier1 for Request #2
of course, house-keep is then required.
any suggestions to do so?
thanks!