0

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.

Rintoul
  • 823
  • 2
  • 13
  • 16

1 Answers1

0

Yes, instances of GridFS are also thread safe.

jyemin
  • 3,743
  • 23
  • 16