Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Datum Class

Subject: perfsonar development work

List archive

Re: [pS-dev] Datum Class


Chronological Thread 
  • From: Jason Zurawski <>
  • Cc:
  • Subject: Re: [pS-dev] Datum Class
  • Date: Fri, 18 Aug 2006 10:53:11 -0400

Ivan;

The name of the source or destinations are just internal descritive parameters. They are not imposed to be common, but it is reasonably that it is the same if the host is the same. (Ex: one machine is named amp-unifacs in a amp measurement point and could be named amp-unifacs2 in another measurement point).

Jeff, Do you suggest to make change in this:

<amp:parameters id="param1">
<nmwg:parameter name="source">amp-unifacs</nmwg:parameter>
<nmwg:parameter name="destination">amp-ufsc</nmwg:parameter> </amp:parameters>

To this?:

<amp:parameters id="param1">
<nmwg:parameter name="src.commonname ">amp-unifacs</nmwg:parameter>
<nmwg:parameter name="dst.commonname">amp-ufsc</nmwg:parameter> </amp:parameters>

I think this change would describe better the parameters. I agree with Jeff.

The individual parameter names are not an issue for me either, as long as the underlying code knows what to expect. Just as a stylistic point though we usually go with camel case over doted notion.

-jason



Archive powered by MHonArc 2.6.16.

Top of Page