dstew32424 2014-12-01 14:34
浏览 26

处理laravel中的同意4

I've been searching on the internet for a method to deal with concurrence in Laravel 4, like for example when you have to block the entire table or just a row for updating or creating but found little information. On the laravel website they mentioned two methods:

lockForUpdate()
sharedLock()

But when I use them, it has no effects. The way I'm using it is as follows:

Check if something exist on the table

Model::queryFunction()->lockForUpdate()->first();

If not exist, create a new item

$new_item = new Model;
$new_item->save();

Else, do nothing

If two users do the same action at the same time, two items are created, and that's not right. I hope you guys can answer my question.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 关于大棚监测的pcb板设计
    • ¥20 sim800c模块 at指令及平台
    • ¥15 stm32开发clion时遇到的编译问题
    • ¥15 lna设计 源简并电感型共源放大器
    • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
    • ¥15 Vue3地图和异步函数使用
    • ¥15 C++ yoloV5改写遇到的问题
    • ¥20 win11修改中文用户名路径
    • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
    • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计