javascript - Most suitable pushing technique for specific operation -


i have website in php , i'm trying implement push notification system handles following:

1) data array other website's api 2) check if data exists in own mysql database 3) if of them doesn't, send new notification client including these data 4) else go step 1

i've used ajax comet technique achieve this, wondering if it's going slow when dealing lets 500 users doing requests database. caching way 1 follow then?

generally speaking, there better approach problem using comet technique? asking guidance, not specific implementations.

thanks lot!


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -