-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure storage_copy_function
to False
#160
Comments
Docs how to activate this option? |
https://github.com/geopython/pywps/blob/pywps-4.4/docs/configuration.rst Search for |
@aulemahal Could you check if you're able to benchmark this option and tell if this makes a difference ? |
Oh boy that was a long long long way to get an answer... I did learn more about debugging docker container though!
So I don't know if it makes a real difference sorry... (P.S.: pywps defaults to |
@tlvu Do you see a solution to this ? This is not a problem per say, but an opportunity to reduce IO and improve performance. Instead of making copies of outputs, we could create symbolic links, but as Pascal showed above, it doesn't work out of the box. |
A naive answer would be to configure in wps.cfg to use |
Oh wait, looking at https://github.com/geopython/pywps/blob/pywps-4.4/docs/configuration.rst, it looks like Will try to prototype this tomorrow. |
Update from the prototyping:
|
I am into blind fix right now so I also set |
Still ongoing, will be tested together with bird-house/birdhouse-deploy#11 |
Description
PyWPS 4.4.1 has new option to link output files instead of copying them. This has the potential to speed server response.
The text was updated successfully, but these errors were encountered: