-
Type: Task
-
Resolution: Done
-
Priority: Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: Connectivity, Error Handling, Performance
-
Environment:Windows 7, MongoDB v3.0.6
Hello, I am trying to insert the documents into the MongoDB using the Task.Run functionality. When I am creating 10 tasks everything works fine, but if there are for example 50 tasks created then I get the System.TimeoutException.
I attached the archive with solution that I created for testing purposes.
Could you please help me to resolve this issue?
I want to create 1000 tasks and each task inside should do 10000 inserts.