Infotable Parameters to Mashup, Pass by Reference or by Value?
I created a chart mashup application using the Time Series Chart widget. Currently I am querying data inside the mashup containing the chart widget and feeding it into the chart. Some of my use cases may need the data queried or filtered differently, so it may be more useful to pass in the InfoTable of data into the mashup as a parameter.
My question is whether it would be feasible to pass in the 16 InfoTables of data (max pens for Time Series Chart widget) with potentially 100s or 1000s of data points each? Are InfoTables passed into Services and Mashups by reference or by value? Or in other terms, Is a local copy of the InfoTable created when passed into a Service or as a Mashup parameter?
This information will help determine memory usage and effects.

