mysql - C# - Concurrent Requests to database -
mysql - C# - Concurrent Requests to database -
i have application create more available concurrent requests database have hosted on godaddy server. i'm wondering if when user makes request database , denied because of concurrent request limit happen? request tossed uncaught exception? send exception database unable reached or "queue up" , wait turn?
i've tried doing research here , either i'm typing in wrong keywords or i'm misunderstanding how works. in advance!
c# mysql database concurrency
Comments
Post a Comment