我在c#.net上有一个与mongodb交谈的宁静服务。当我向客户返回大约20,000条记录时,服务正常。但增加返回的数据集会导致服务器端出现以下异常:
System.InvalidOperationException:服务器实例xxx.xxx.xxx为no 连接时间更长在 MongoDB.Driver.MongoServerInstance.AcquireConnection(MongoDatabase 数据库)at MongoDB.Driver.MongoServer.AcquireConnection(MongoDatabase数据库, MongoServerInstance serverInstance
在客户端,我得到:
System.Net.WebException:远程服务器返回错误:(500) 内部服务器错误。
服务适用于小型数据集。