smasherprog / EqTool

p99 everquest spell timer, dps and map
MIT License
24 stars 19 forks source link

High CPU utilization when logfile is large #102

Closed jbwilliams1 closed 5 months ago

jbwilliams1 commented 5 months ago

If you have a large log file, e.g. dozens of MBs or possibly even hundreds of MBs, eqtool will be both slow to load and will reflect a high CPU utilization in the task manager.

My suggestion to fix this would be to create dot numbered archived logfiles when these files reach a critical mass of, say, 10MB.

smasherprog commented 5 months ago

Thanks for reporting this, it was actually a BUSY loop I introduced when i added support for NParse map locations sharing. It is fixed now! Should be available to update in about 5 minutes. Let me know if this fixes it

jbwilliams1 commented 5 months ago

@smasherprog looks good, nice work on eqtool so far. Thanks!