M4rtinK / modrana

ModRana is a flexible GPS navigation system for mobile devices. This is the main upstream modRana source code repository - waiting for your pull requests & patches! :)
www.modrana.org
GNU General Public License v3.0
66 stars 21 forks source link

Looks like connection pool creation is not thread safe #205

Open M4rtinK opened 7 years ago

M4rtinK commented 7 years ago

It seems to be possible to create multiple connection pools for the same map layer id - while this is probably not a critical issue, it should potentially trigger some inconsistency during tile downloads. So there should be a mutex that should assure that connection pool creation is properly serialized.