Dylan K. Taylor
126a97b405
ServerKiller: fixed start/stop race condition
...
in some cases the main thread was trying to signal the server killer to stop before it was even started due to limited resources available for scheduling.
2018-05-09 20:59:56 +01:00
Dylan K. Taylor
e7b2dc87d6
Most pointless optimization ever (ServerKiller)
2018-02-19 12:20:31 +00:00
Dylan K. Taylor
6a996611f8
Move functions from PocketMine.php to Utils
...
This cleans a lot of mess out of the bootstrap file, and also has the added bonus that threads which do not inherit functions can now get access to them by autoloading Utils.
2018-02-19 11:56:22 +00:00
Dylan K. Taylor
dbb92096e4
More typehints, documentation fixes and static analysis cleanup
2017-07-15 12:12:06 +01:00
Dylan K. Taylor
51b0673b4b
Bite the bullet and enable strict types on everything
2017-06-07 12:53:16 +01:00
Dylan K. Taylor
744f5a8384
Fix ServerKiller and make it less useless ( #122 )
2016-11-24 08:47:28 +00:00
Shoghi Cervantes
ddc140af5e
Updated to new pthreads version, updated RakLib
2015-09-27 13:37:27 +02:00
Shoghi Cervantes
21c3d03000
Removed sleep from ServerKiller
2015-09-13 17:38:55 +02:00
Luca P.
1a9ec65983
Spelling fix
2015-08-22 15:58:45 +02:00
Shoghi Cervantes
33e312c7d0
Added extra memory reportings (heap, stack), stop tasks faster, added extra timeouts fro ServerKiller
2015-06-13 15:37:02 +02:00
Shoghi Cervantes
7cf5df7e46
New console output formatting
2015-06-09 14:40:40 +02:00
Shoghi Cervantes
6e69e15dfd
Moved network check out of level, added server killer for long stops
2015-06-05 11:46:33 +02:00