You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
Even Java processes could run in their own virtual machine to run the actual process outside of the servlet container (e.g. Tomcat). This might be better suited for large data analysis (large RAM usage, stopping processes, big data, ...), because to handle this now the Tomcat would need to take all the RAM.
@bpross-52n Please correct me if I'm missing something here :-).
How would you like to automate this? I mean it's basically a call to Runtime#exec(), but if you would like to provide some framework method for this or even run every algorithm in it's own process, you will have to manage the classpath... I think that will be quite painful...
Good points. And yes, the idea would be that every algorithm execution runs it it's own process.
Please not this is just an idea that came up in a discussion with a data modeller. My first reaction was: "this is not a WPS task but we would forward this to special frameworks"...
Even Java processes could run in their own virtual machine to run the actual process outside of the servlet container (e.g. Tomcat). This might be better suited for large data analysis (large RAM usage, stopping processes, big data, ...), because to handle this now the Tomcat would need to take all the RAM.
@bpross-52n Please correct me if I'm missing something here :-).
Some background and useful examples:
The text was updated successfully, but these errors were encountered: