swebb2066 commented on PR #443:
URL: https://github.com/apache/logging-log4cxx/pull/443#issuecomment-2544463520

   To improve performance on Windows, it would be necessary to use 
[ReadDirectoryChangesW](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-readdirectorychangesw)
 with a `FILE_NOTIFY_CHANGE_FILE_NAME` filter and poll for changes using 
`WaitForMultipleObjects`.
   
   Seems a bit too much code to add given the level of usage of the appender.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to