RW wrote:
On Mon, 21 Jan 2019 14:37:38 -0500
Kris Deugau wrote:
Rick Cooper wrote:
and I am
wondering if SA has to be restarted after each update of the data
or does it reread each time the plugin is called
Looks like it loads the data into RAM on SA startup/(reload?).
It's loaded from check_start() and stored in PerMsgStatus, so it's run
per scan.
*digs deeper in SA plugin docs* So it is.
That's, um... possibly not great for performance.
The datasets are smaller than I had thought, but repeatedly loading and
parsing ~3K lines of URL plus whatever else is in the recommended source
files is still going to impose a modest speed hit.
-kgd