.net - Is MaxMind.GeoIP2.DatabaseReader Thread Safe? -


i intend use maxmind.geoip2 in high traffic environment, means lot of threads sharing maxmind.geoip2.databasereader. documentation not clear, , know if thread safe?

this documentation use http://maxmind.github.io/geoip2-dotnet/doc/v0.4.0/index.html ( , believe it's latest available version)

it thread safe. documentation says api supports use in multi-threaded applications. should share reader object among many threads. please see link -- https://github.com/maxmind/maxmind-db-reader-java/blob/master/readme.md

also, if check source code, there test multi-threading. hope helps !


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -