Feature Requests item #2795656, was opened at 2009-05-23 01:45
Message generated for change (Tracker Item Submitted) made by blueyed
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676131&aid=2795656&group_id=116817
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: daniel hahler (blueyed)
Assigned to: Nobody/Anonymous (nobody)
Summary: Only fetch IP once (for each set of "use")
Initial Comment:
Typically, you'll have a global config for "use", e.g. "use=web".
Now, if you have several server/host entries, it will fetch the IP multiple times (i.e. runs "cmd" multiple times, or in the use=web case, fetches the resource multiple times), which is not necessary.
Since you may want to use different IPs (and therefore use-methods) for different servers, this should get cached for the current run per "use"-set: i.e. if you use "web" as default, but "cmd" for a server, this might in fact result in different IPs.
The param(s) to the "use"-method should get considered, of course, since "web" can be used with different sites, much like "cmd".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676131&aid=2795656&group_id=116817
|