Closed Xanthos-Code closed 8 years ago
The current code creates a new thread at regular intervals to update the statistics. Let's take the thread creation hit only once and have the thread sleep while it waits to handle requests.
The current code creates a new thread at regular intervals to update the statistics. Let's take the thread creation hit only once and have the thread sleep while it waits to handle requests.