我的情况:
我有一份有原始数据的文字,在数据库中予以保存,然后获得该物品,然后将其交给阿马松SQS。
I have another script (written in PHP) that retrieves the raw data from the db and processes it. (it takes a couple of minutes usually.
The missing part is how to retrieve the messages from SQS to be processed. The frequency of new data to process varies, it can go from a few items per hours to dozens of items per minute.
一种办法是开展一项艰巨的工作,即查询SQS新电文并推出处理稿(必须在别的S.QS-S-查询和书写,而不是Sphp.Adhur或Rub)。 问题在于,它非常缺乏效率,在高负荷阶段,它会不堪重负,在平静阶段,它将无用地发出呼吁。
我想得到的是某种多读的听众,他们会收到信息并处理这些信息。 一项重要要求是及时处理原始数据,在收到数据后几分钟。
关于最佳解决办法的任何想法? SQS是否适合这项任务? 如何最有效地倾听和处理问题?