fsf icon indicating copy to clipboard operation
fsf copied to clipboard

offload initializing loggers, configs, and yara.compile to FSF main process

Open akniffe1 opened this issue 7 years ago • 0 comments

Adding a SIGHUP handler in the main process could allow us to monitor for changes to the fsf-server configs, dispositioner, and yara rules directory to reload configs when those files change. We could also initialize the loggers here too, as the modular loggers should be subject to the fsf-server config.

Moving these processes to main affords the opportunity to find some performance gains for FSF by reducing the number of init steps in the scanner and processor.

akniffe1 avatar Apr 08 '17 00:04 akniffe1