Re: [gdal-dev] Is writing/reading a VRTs an atomic operation?

2018-12-06 Thread Pablo Sanfilippo
Thanks! On Thu, Dec 6, 2018 at 2:25 PM Even Rouault wrote: > On jeudi 6 décembre 2018 13:59:07 CET Pablo Sanfilippo wrote: > > Hello! > > > > I'm building an application in which I will have multiple concurrent > > process reading and writing to a VRT file. The writers are just multiple > >

Re: [gdal-dev] Is writing/reading a VRTs an atomic operation?

2018-12-06 Thread Even Rouault
On jeudi 6 décembre 2018 13:59:07 CET Pablo Sanfilippo wrote: > Hello! > > I'm building an application in which I will have multiple concurrent > process reading and writing to a VRT file. The writers are just multiple > instances of the same process that create a .vrt off a list of tiffs in a >

[gdal-dev] Is writing/reading a VRTs an atomic operation?

2018-12-06 Thread Pablo Sanfilippo
Hello! I'm building an application in which I will have multiple concurrent process reading and writing to a VRT file. The writers are just multiple instances of the same process that create a .vrt off a list of tiffs in a folder. The writer process implement file locking, so I'm sure no two