Matthias Müller

Results 8 comments of Matthias Müller

Yes; let's have a brief talk then to see if we can align the workspace structure.

Okay, let's see where this goes. I see four or five things that we have previously discussed within the repository concept: 1) Access to executable workspaces or code 2) Access...

I had a similar issue with the moving code module. (I guess I put the delete method in the destructor then.) A clean solution would be to provide a result...

protected void finalize(){} The overhead could be reduced to almost zero if the file is not copied but moved. Shoud take no more than a few milliseconds if its the...

We could also move that logic to the GenericFileGenerator and let him move the outputs to a server-wide result folder. (What prevents us from moving to Java 7 ASAP?)

That logic should remain in the output database. It just might make sense that file-based outputs (which are handled by the GenericFileGenerator) are directly forwarded to it. Hence my suggestion....

So the issue are the shared resources: There are resources that are owned by the WPS and there are resources that are owned by the algorithm. Resources owned by the...

Thanks for the suggestions @m-mohr - I guess I was originally looking for an option to achieve this kind of filtering with static STAC. Some comments on your reply: *...