geosolutions-it / geobatch

Open Source GeoSpatial Processing Simplified
GNU General Public License v3.0
22 stars 19 forks source link

Use of the new JAI-Ext TileScheduler instead of the JAI SunTileScheduler #242

Open n-lagomarsini opened 10 years ago

n-lagomarsini commented 10 years ago

Recently I noted that the SunTileScheduler has a bad synchronization policy, which sometimes can lead to slipped conditions. The new JAI-EXT TileScheduler avoid these slipped conditions by adding a timeout to resume the waiting thread.