keith-turner opened a new issue #1055: Look into a dedicated scan executor for 
notification scans
URL: https://github.com/apache/fluo/issues/1055
 
 
   Scanning for notifications is a continuous activity that Fluo does.   It may 
make sense to do one of the following.
   
     * Have a dedicated thread pool for notifcation scans with a small number 
of threads like Math.max(1,0.10 * numCores)
     * Have a prioritizer that gives notification scans a lower priority. 
   
   Fluo could offer the prioritizer and/or dispatcher AND utilities or docs to 
configure them.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to