Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网站,用户可以上传视频。我目前使用 cron 作业每 5 分钟运行一次 php 脚本,以检查是否有任何视频需要处理。
一些笔记;
我希望无需等待 5 分钟即可立即处理视频。我想摆脱 cron 工作,他们只是感觉不对。我怎样才能做到这一点?
感觉 PHP + crons 是错误的选择,我需要一个始终监听新上传的进程。YouTube 肯定不使用 cron 作业吗?