.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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -