NoCheatPlus/NCPCommons
asofold 4d59f67d34 Switch the default asynchronous CallContext to ASYNCHRONOUS_TASK.
This will preserve the order of debug messages sent from multiple
threads. As a side effect, this might be better for performance, given
that on constant input the logging task will stay registered, so there
is little overhead and the file-io is taken off the asynchronous packet
and chat handler threads.Hopefully the thread switching is less
expensive than the gain by not delaying chat/packet threads, in case of
servers with few cores. We might adapt the used policy later, based on
cores and/or config.
2015-10-18 18:31:52 +02:00
..
src Switch the default asynchronous CallContext to ASYNCHRONOUS_TASK. 2015-10-18 18:31:52 +02:00
pom.xml Use tabs for all the pom.xml. 2015-08-01 00:58:33 +02:00