<div dir="ltr">Hi,<div><br></div><div>in last commit, I've fixed the "not complete output" issue and also I had to introduce copy.deepcopy() for processes, before being executed [1]</div><div><br></div><div>Reasoning: any request could change default setting of any input/ouput state. Practical problem: when first request had reference=True for some output, next request was parsed also with reference=True, even if this parameter was not specified.</div><div><br></div><div>making clean deep copy of original process should make sure, nothing changes during server life time</div><div><br></div><div>cheers</div><div><br></div><div>J</div><div><br></div><div>[1] <a href="https://github.com/geopython/pywps/blob/master/pywps/app/Service.py#L299">https://github.com/geopython/pywps/blob/master/pywps/app/Service.py#L299</a><br></div></div>