jquery Programming Glossary: mq
Long Polling/HTTP Streaming General Questions http://stackoverflow.com/questions/7213549/long-polling-http-streaming-general-questions is in the most general case you should use a message queue MQ . RabbitMQ or the Pub Sub functionality built into the Redis.. general case you should use a message queue MQ . RabbitMQ or the Pub Sub functionality built into the Redis store may.. competing solutions on the market available such as ZeroMQ Beanstalkd etc. So instead of continuous querying your database..
Long Polling/HTTP Streaming General Questions http://stackoverflow.com/questions/7213549/long-polling-http-streaming-general-questions the databse continually or is there a better way The answer is in the most general case you should use a message queue MQ . RabbitMQ or the Pub Sub functionality built into the Redis store may be a good choices though there are many competing.. continually or is there a better way The answer is in the most general case you should use a message queue MQ . RabbitMQ or the Pub Sub functionality built into the Redis store may be a good choices though there are many competing solutions.. the Redis store may be a good choices though there are many competing solutions on the market available such as ZeroMQ Beanstalkd etc. So instead of continuous querying your database you can just subscribe for an MQ event and just hang until..
|