encratite / RiotControl

An elaborate statistics tracking system for League of Legends. It used to be a centralised PostgreSQL based system but now it's a stand-alone SQLite application. It was written in C# and makes use of the LibOfLegends RTMP library. It is licensed under the terms of the GPLv3. Unfortunately I stopped working on it in 2013-08. Check out the website for a longer explanation.
http://riot.cont.ro.lt/
GNU General Public License v3.0
33 stars 15 forks source link

HTTP scaling issues #18

Closed encratite closed 12 years ago

encratite commented 12 years ago

Threw plenty of exceptions about using disposed objects when under load. Even after fixing the bug Rick found with the termination without return from the thread. Probably won't matter much in future as I'm trying to build a smaller scale stand-alone application instead.

encratite commented 12 years ago

It's not really an issue anymore, as I moved on to the stand-alone application model instead. There's still the remote chance that somebody is going to run into scaling issues running a read-only database online, though. We'll see.