Bigous / QTail

QT Log Tool
0 stars 0 forks source link

Should we use threads for each file monitoring or continue to use only corroutines? #14

Open Bigous opened 2 weeks ago

Bigous commented 2 weeks ago

Situation where it would help: 1 - Logs with high frequency change can slow down the thead and, today, it will be reflecting in the UI because we dont use a separate thread for that. 2 - Whe many files with high frequence changes are monitored at the same time, each one can interfere with the other and the ui causing lag on information propagation.

Where it will be a pain: 1 - Race conditions 2 - Debug 3 - Complexity