I have a Server(Com + ) in which I am handling errors by writing the error number and description to a error log. There are a number of clients that hit the server.
Now there could be a possibility that there could be multiple errors at the same time which might lock the error log.
I want to implement a queue module that will queue each incoming error if there are multiple onces so that it does not lock the log file and write each log one after the other.
Hope this will make it clear. All my coding is in Visual Basic.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.