So currently I have some ASP.net code where users are updated GIS through a DLL file that uses ArcObjects to talk to the MapService and layer.
My question is, will there be concurrent user issues? What if 10 people are submitting updates to the same items that need updating in ArcGIS map service? Will the DLL freeze up? Will ArcGIS service freeze up?
Or does it handle concurrent users in a Queue-style via the ArcGIS service, the DLL, or IIS itself maybe realizes the DLL is in use?