<div>Hi</div>
<div>&nbsp;</div>
<div>I am building a small web application in C# that uses a custom assembly(dll) which in-turn uses the C# wrappers for gdal to read the .shp files (only read not write).</div>
<div>&nbsp;</div>
<div>My question is, since OGR/GDAL is not reentrant (this is what I assume after reading the post <a href="http://lists.maptools.org/pipermail/gdal-dev/2006-September/010160.html">http://lists.maptools.org/pipermail/gdal-dev/2006-September/010160.html
</a>), is it going to cause any problems to the web application as obviously multiple users will be using the applications at the same time.</div>
<div>&nbsp;</div>
<div>Best Regards</div>
<div>&nbsp;</div>
<div>Mir </div>