产品库存有限的电子商务网站中的排队方法
我希望实施以下内容;
对于使用 Ruby on Rails 构建的电子商务平台,很可能会出现这样的情况:许多人试图购买某种产品,但库存有限。例如,将于今天 13:00 上市的产品 X 有 100 件库存。然而,在 13:00,有 300 人访问该网站并尝试购买产品 X。
对于此类情况;实现队列的正确方法/最佳实践是什么?使用什么样的技术? RoR 可以做到这一点吗?
I am looking to implement the following;
For an Ecommerce platform build with Ruby on Rails, it is likely that there will be a situation where many people are trying to buy a product while there is limited stock. E.g. product X which will become available today at 13:00 has 100 items in stock. At 13:00 however 300 people come to the website and try to buy product X.
For these type of situations; what is the correct approach/best practice to implement a queue? What kind of technology is used? Is this possible with RoR?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用库存锁定系统。
研究 Magento(基于 PHP 的电子商务开源)如何处理所有这些事情。
更好地使用 Magento 进行电子商务应用程序。尝试一次。
如果您需要进一步的帮助,请回复我。
use inventory locking system.
study out how Magento ( PHP based ecommerce open source ) handle all these things.
better to use Magento fro E-Commerce application. try it out once.
get back to me if you need further help.