graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03678
[Question #218643]: Finders __init__ called during every request
New question #218643 on Graphite:
https://answers.launchpad.net/graphite/+question/218643
Hello:
I'm seeing that the finders.py class (in my case, my CustomFinder) has its __init__ method called before every request. This adds time, specifically due to complexity in that init method around connecting to a database.
I'd like to pre-start a couple of instances of finder (that is, have them already __init__'d and waiting for a request).
Is this possible?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.