Entity Framework and Parallelism

自古美人都是妖i 提交于 2019-11-30 02:04:32

The following summarizes my interaction with the Entity Framework team on this issue. I'll update the answer if more information becomes available

  • The issue can be reproduced at Microsoft.
  • The handle contention is related to Network I/O (even with SQL Server on localhost). Specifically, there is contention for the reading buffer for Network I/O in System.Data.dll.
  • The EF team is now working with the SQL Connectivity team to better understand the issue.
  • There is as yet no guidance from Microsoft on how to minimize the impact of this contention.

UPDATE

This issue is now being tracked on CodePlex:

http://entityframework.codeplex.com/workitem/636?PendingVoteId=636

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!