Hi,

I am currently using geotools as import/export GML library

When building a GMLDataStore and get FeatureSources in order to have featureType for each GML file, GeoTools run a thread for each GML file that never ends and keep 100% CPU.

In GmlDataStore.java, a private variable fcbuffer is created when asking FeatureType but there is no way to acces it or kill it.
And method getFeatureSource does not reuse this fcbuffer.

I just added a Close method that closes the fcbuffer thread to correct my problem.

Best regards,
Bertrand Massoud.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to