[fdo-trac] #284: .NET: Exceptions being thrown on IInserts/IUpdates involving large datasets

FDO trac_fdo at osgeo.org
Wed Apr 2 15:43:29 EDT 2008


#284: .NET: Exceptions being thrown on IInserts/IUpdates involving large datasets
---------------------+------------------------------------------------------
 Reporter:  MaksimS  |         Owner:  gregboone
     Type:  defect   |        Status:  assigned 
 Priority:  major    |     Milestone:  3.4.0    
Component:  FDO API  |       Version:  3.2.0    
 Severity:  3        |    Resolution:           
 Keywords:           |   External_id:           
---------------------+------------------------------------------------------
Comment (by gregboone):

 Looks like a managed garbage collection/SDF Feature reader interaction
 issue.

 If I manually dispose the reader by adding

     reader.Dispose();

 to the above for loop, then all is fine. I assume the garbage collector is
 not disposing the reader objects at a fast enough rate to keep up with the
 new ones being created. I am investigating if there a way to free all the
 SDF resources attached to the feature reader on a call to Close().

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/284#comment:4>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list