Opened 3 years ago
#891 new enhancement
Config read twice : in cgi & GraphOld
| Reported by: | snide | Owned by: | nobody |
|---|---|---|---|
| Priority: | low | Milestone: | Munin 2.0.0 |
| Component: | plugins | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
As reported by Jani M. :
Currently, the configuration needs to be read twice : once by the CGI script, and the second
time in graph_startup(). The overhead of launching new FastCGI processes could be cut in half if
the config was loaded only once.
With large configs, the savings would be substantial.
I'm putting it at priority low, since fastcgi does a good job in preforking when needed.
Note: See
TracTickets for help on using
tickets.
