
Pebble's Stray Thread Killer
A server-side mod intended to fix server hanging on restarts by sending shutdown signal to hanging threads after main server thread shuts down.
- Загрузки
- 2K
- Подписчики
- 7
- Обновлён
- 1 января 2025 г.
- Лицензия
- CC0-1.0
Опубликован 28 ноября 2024 г.
Is your server console hanging when you issue a stop command? You're not alone. This mod is designed to solve that issue by managing non-daemon threads that often fail to shut down gracefully, causing the server to hang.
How It Works:
The Stray Thread Killer mod monitors the server thread during shutdown and detects any straggling threads that could prevent a clean stop. Once the server stop process is triggered, the mod waits for these stray threads for up to 5 seconds before forcefully sending a halt signal. This approach ensures a smoother shutdown process, allowing your console to reboot normally and preventing those frustrating hangs.
Features:
- Detects non-daemon threads during server shutdown.
- Provides a 5-second (configurable) grace period for these threads to complete.
- Sends a halt signal to ensure the server stops cleanly.
Note: This mod is intended to be lightweight and focused solely on addressing server shutdown issues.
Ченджлог
1.0.1-1.21.1Релиз1.21.1 · 1 января 2025 г.
- Added config file to enable/disable and change wait time before shutdown.
1.0.0-1.21.1Релиз1.21.1 · 29 ноября 2024 г.
- Updated to 1.21.1
1.0.0Релиз1.20.1 · 28 ноября 2024 г.
- Initial Release
Комментарии
Загружаем…