Zeex / samp-plugin-crashdetect

Crash/error reporting plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=262796
BSD 2-Clause "Simplified" License
116 stars 23 forks source link

IO now done on another thread using a queue #133

Closed dnlowman closed 3 months ago

dnlowman commented 3 months ago

I found that the IO of this plugin writing to the single file created a lot of contention, this change introduces a new thread which takes write jobs from the worker. I've found that it works best in production when combined with a logrotate.