Why mongodb logging so many “connection accepted” events?
Answer Posted / Richa Verma
MongoDB logs multiple connection accepted events because it's designed to support multiple connections from different clients simultaneously. This enables applications using MongoDB to read and write data concurrently, which is crucial for improving performance in high-traffic scenarios.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers