[postgis-devel] [PostGIS] #1802: Ensure interruptability of long-running calls
PostGIS
trac at osgeo.org
Fri May 4 02:55:57 PDT 2012
#1802: Ensure interruptability of long-running calls
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: task | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Some functions take a lot of time or memory, but aren't interruptible.
See #1799 for an example of function within postgis, but most notably GEOS
implemented functions have this problem.
This ticket is to find a way to ensure interruptability of the functions.
So far it looks that calls to elog (thus lwnotice, for example) is one
such chance of interruptability.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1802>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list