<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c2f8c7>
<DIV><FONT face=Arial size=2>Good Afternoon, everybody!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I noticed that when my program is reading bands of 
an image - the first calling RasterIO function is slow, and next RasterIO calls 
(for second and third band) are very fast, almost immediate.</FONT></DIV>
<DIV><FONT face=Arial size=2>I checked if it was the fault of the first band, 
but no matter which band you read, every time olny the first calling of RasterIO 
function is slow...</FONT></DIV>
<DIV><FONT face=Arial size=2>I had this delay on every image drawing,so, since i 
was opening&nbsp;and closing a GDALDataset every time,&nbsp;i though, 
maybe&nbsp;the first time of reading a Dataset is slow, because it has to init 
something - so i put Dataset as static var, and i don't create a new one every 
time - but as before, the first calling to RasterIO function at&nbsp;every image 
drawing&nbsp;is slow...</FONT></DIV>
<DIV><FONT face=Arial size=2>Do you have any ideas why it happens?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best Regards,<BR>progeSOFT - <A 
href="http://www.progesoft.com">www.progesoft.com</A><BR>Roman 
Fedorov</FONT></DIV></BODY></HTML>