Distributed Concurrency Control

前端 未结 13 1715
栀梦
栀梦 2021-01-29 20:35

I\'ve been working on this for a few days now, and I\'ve found several solutions but none of them incredibly simple or lightweight. The problem is basically this: We have a cl

13条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-29 21:26

    Back in the day, we'd use a specific "lock server" on the network to handle this. Bleh.

    Your database server might have resources specifically for doing this kind of thing. MS-SQL Server has application locks usable through the sp_getapplock/sp_releaseapplock procedures.

提交回复
热议问题