[Geoserver-devel] [jira] Created: (GEOS-606) wfsdispatch -- not cleaning up after itself.

wfsdispatch -- not cleaning up after itself.
--------------------------------------------

         Key: GEOS-606
         URL: http://jira.codehaus.org/browse/GEOS-606
     Project: GeoServer
        Type: Bug

    Reporter: dblasby
Assigned to: dblasby
     Fix For: 1.3.x

There's 1000 of "wfsdispatch36125351tmp" in my windows tmp directory. Inside each one of these is the XML for a WFS request.

This is because the WFSDispatch class isnt cleaning up after itself.

Also, consider writing the XML out to disk ONLY IF its big. Ie. write it to an in-memory temporary buffer and when that gets full write it out to disk (very similiar to the PARTIAL output strategy). Creating a a file, writing to it, reading from it, and deleting it are expensive operations. Most WFS queries are <10k, and we can stream larger ones if it necessary.

--
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