Daniel Nüst

Results 168 comments of Daniel Nüst

Thanks for getting in touch! Just for my understanding: So you're using the PostgreSQL database to store the results, and also create an entry in the database for every running...

Ok - so that decisions seems settled. When working on this issue one should take due care to evaluate potential performance issues, though I imagine this should not be an...

While touching this, maybe integrate a caching mechanism so that this is determined once at startup and then only at a specified interval.

I found the code for the wrapper repository that I once implemented but that was somehow lost in the merge process, maybe that helps: https://github.com/nuest/WPS/tree/feature/spring-new-wps4R/52n-wps-r/src/main/java/org/n52/wps/server/spring

Calling `RConnection.serverShutdown()` as a quick test did not work, error message regarding the pipe...

Some of them seem to be defined in the R_Datatype.conf file > https://github.com/52North/WPS/blob/dev/52n-wps-webapp/src/main/webapp/R/R_Datatype.conf (in Java these are "custom data types") As discussed offline, I would vote for having only one...

the module has no configuration for failsafe yet, so... - move the common parts of the current configuration from the webapp module to parent pom pluginManagement - re-add configuration to...

Yes, a specific output folder could also work, but this could introduce considerable overhead when large files must be copied. Which destructor do you mean exactly?

Ok... I'll try the finalize - though I might have actually just have refactored my code to make this harder, since I allow to cache the algorithm class instances. Moving...

Ok - so Java 1.7 is somewhat set, I opened #89 to discuss anything related to that. There already is a "server wide result folder", the output file database. I'm...