-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 0.4
-
Component/s: None
-
Environment:windows 7 and 64 bit debian
We are using Mongo 'C' driver to insert objects in mongodb. Our problem is, the driver gets stucked indefinitely (saw for 30 mins) at recv and send socket calls. This happens when we turn off server running mongodb abruptly.
As we analyzed problem deeper, we observed that "Mongo 'C' driver does not have socket timeout".
Will it make client hang always, when server abruptly terminates socket connection?