PretendYoureXyzzy/test/net/socialgamer/cah/data
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 , but not the cause (which is yet to be determined). 2014-02-16 00:43:13 -08:00
..
GameManagerTest.java 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 , but not the cause (which is yet to be determined). 2014-02-16 00:43:13 -08:00
GameTest.java 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 , but not the cause (which is yet to be determined). 2014-02-16 00:43:13 -08:00