geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

Process prioritizing #491

Open jachym opened 5 years ago

jachym commented 5 years ago

Add possibility, that some processes may have higher priority then the others.

Also use maybe all the resources for some processes (run in single thread), and enable parallel processing for the others (current behaviour)