1

Log() method blocking caller to

1) Enter a critical section
2) Open the log file
3) Move to the end of the file
4) Write the log
5) Close the log file
6) Exit the critical section

And this was already in production.

Comments
  • 1
    Wait. How else are you going to get the credit for "optimizing" production speed by 150% later?
Add Comment