.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
Post a Comment