- September 1, 2008
- 21,544
- 8,236
- Home Country
-
New Zealand
Hmmm, you're right. Looks like I forgot how my own code works.It shouldn't be. Where do you see this behavior in logs?Interesting. Looks like the filter is ignoring requests when the URL doesn't change.
For TsWriter (C++) that is true until MP 1.7 (Owlsroost added async logging)... but not for the C# side. Log4net is used, so unless you're saying log4net does that...?If I correctly understand how logging works (for TV logger), it seems that for every line written to log, opens log file, seek to end of log file, writes line and closes log file. For often logging it is not very good approach. In IPTV filter log I don't see such performance problem.