ActiveRecord 是否处理锁定和更新?
ActiveRecord 似乎不支持记录锁定和数据库更新。 如何在断开连接的多用户环境(例如网站和 Web 服务)中同步更新?
ActiveRecord doesn't seem to cater for record locking and database updates. How does one synchronise updates in disconnected multi-user environments such as websites and web services?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在谈论 Castle ActiveRecord(适用于.Net),我相信您可以使用 NHibernate 支持的所有并发模型。 例如,对于版本列:
http://www.darkside.co.za/archive/2008/05/20/castle-activerecord-using-the-version-attribute.aspx
If you are talking about Castle ActiveRecord (for .Net), I would believe you can use all the concurrency models that NHibernate support. For example with a version column:
http://www.darkside.co.za/archive/2008/05/20/castle-activerecord-using-the-version-attribute.aspx