Allows connectionTimeout configuration for WPS execution
--------------------------------------------------------
Key: GEOS-4450
URL: http://jira.codehaus.org/browse/GEOS-4450
Project: GeoServer
Issue Type: Improvement
Components: WPS
Affects Versions: 2.1-RC3
Reporter: Daniele Romagnoli
Assignee: Andrea Aime
Priority: Minor
Fix For: 2.1.x, 2.2.x
Attachments: wpsTimeout.patch
Right now, the WPS Execute method leverages on a statically initialized timeout (=30 seconds) to be used as timeout for opening URLConnections and reading data from them.
Sometime, this timeout couldn't be enough. (Suppose you need to do a process which will leverages on some data coming from big WCS requests).
Therefore, I think it could be useful to allow the user to configure the timeout from the Geoserver admin interface (Services -> WPS admin page).
I'm adding a patch which will add this improvement.
Note that user could specify timeout in seconds (the code will properly convert it to milliseconds as requested by the Connections timeout parameters)
Use "-1" if you need to specify infinite timeout.
Patch is attached to be applied on trunk --> src/extension/wps
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira