An ArcGIS Pro layer file makes multiple connections to the geodatabase.
上次发布: April 14, 2023ArcGIS Pro
漏洞 ID 编号
BUG-000156055
已提交
February 23, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
3.0.4
操作系统
Windows Server
操作系统版本
2019 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is fundamental to the design of ArcGIS Pro.
There are four CIM threads. CIM Main does editing and interaction. The 3 CIM auxiliary threads are doing drawing and some other background operations. Because ArcObjects code is not multithreaded, each CIM thread has its own database connection.
Four connections to the database are expected in normal operation. Sometimes there are fewer, but continued operations get the count up to four. Refer to https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Framework#working-with-multithreading-in-arcgis-pro for more information.