[gdal-dev] Can GDAL driver be reused by GDAL python binding
Fengting Chen
fengting.chen at oracle.com
Mon Jul 7 12:18:34 PDT 2025
Hi,
A Python program can invoke GDAL driver through gdal.open() to read/write raster/vector data. Is it possible for the GDAL driver to be reused in order to avoid reinitializing the driver for each gdal.open() call? For example, if a GDAL driver to a database implements a connection pool, will each gdal.open() call be able to ask the driver to retrieve a db connection from the connection pool, instead of creating a new database connection?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20250707/638b57dc/attachment.htm>
More information about the gdal-dev
mailing list