I know that Java com.mongodb.Mongo objects are thread safe, but if I use the database returned from it to create a GridFS object, is that GridFS object also thread safe?
Thanks.
I know that Java com.mongodb.Mongo objects are thread safe, but if I use the database returned from it to create a GridFS object, is that GridFS object also thread safe?
Thanks.