Home >Backend Development >PHP Tutorial >mysql - php秒杀系统怎么判断库存数量

mysql - php秒杀系统怎么判断库存数量

WBOY
WBOYOriginal
2016-06-06 20:40:261243browse

php mysql秒杀系统怎么实时判断库存数量,在大量用户同时抢购的时候,怎么判断库存变化

回复内容:

php mysql秒杀系统怎么实时判断库存数量,在大量用户同时抢购的时候,怎么判断库存变化

可不可以放在缓存里,比如memcache?只是一个思路,我没做过这种大型抢购的,仅供参考。

原子操作的应该都可以 比如 redis string key 如果是mysql的话 行锁也是个选择。

发个基础帖子 http://www.csdn.net/article/2014-11-28/2822858

控制并发,一定时间只放出一定的量。
小米抢购也不会几秒种把几万台都放出去。

使用乐观锁正常判断

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn