Xanthos-Code / vintel

EVE Online Visual Intel Tool
113 stars 59 forks source link

Improve performance by creating a persistent MapStatisticsThread #60

Closed Xanthos-Code closed 8 years ago

Xanthos-Code commented 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.