This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
PretendYoureXyzzy
mirror of
https://github.com/ajanata/PretendYoureXyzzy.git
Watch
1
Star
0
Fork
You've already forked PretendYoureXyzzy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5ad372ee19
PretendYoureXyzzy
/
test
/
net
/
socialgamer
/
cah
History
Andy Janata
0e45c4f886
Switch to using a ScheduledThreadPoolExecutor instead of a Timer for scheduled tasks. This will allow 2 * CPU count threads to handle background tasks instead of using a single thread, which could cause the server to effectively die if a task gets stuck for some reason. This addresse the symptom of
#89
, but not the cause (which is yet to be determined).
2014-02-16 00:43:13 -08:00
..
data
Switch to using a ScheduledThreadPoolExecutor instead of a Timer for scheduled tasks. This will allow 2 * CPU count threads to handle background tasks instead of using a single thread, which could cause the server to effectively die if a task gets stuck for some reason. This addresse the symptom of
#89
, but not the cause (which is yet to be determined).
2014-02-16 00:43:13 -08:00
ConstantsTest.java
add a test for over-the-wire uniqueness for Constants, with an annotation to allow intentional duplication.
2012-03-12 20:18:24 -07:00