Hello,
I'm a developer for https://github.com/WikiWatershed/model-my-watershed. While working with Ulmo, at times we've felt the need to specify a custom timeout (opposed to the default 90s). suds-jurko supports timeouts for both the http and https modules. It would be great if they could be surfaced in the Ulmo API, just as caching currently is.
Without it, we have to wrap it in a timeout decorator, which is fine for now, but limits us to single-threaded work, since it cannot handle non-pickleable responses in multithreaded environments. This wrapping is extraneous since suds does have timeout support, it's just hidden from use.
Thanks.
Hello,
I'm a developer for https://github.com/WikiWatershed/model-my-watershed. While working with Ulmo, at times we've felt the need to specify a custom timeout (opposed to the default 90s).
suds-jurkosupports timeouts for both the http and https modules. It would be great if they could be surfaced in the Ulmo API, just as caching currently is.Without it, we have to wrap it in a timeout decorator, which is fine for now, but limits us to single-threaded work, since it cannot handle non-pickleable responses in multithreaded environments. This wrapping is extraneous since suds does have timeout support, it's just hidden from use.
Thanks.