@

Home 

php Programming Glossary: queues

PHP application + WebSocket based notifications over Socket.IO

http://stackoverflow.com/questions/12216787/php-application-websocket-based-notifications-over-socket-io

cross process communication problem is to use messages queues. The problem then comes in when you want your PHP app running..

How best to resize images off-server

http://stackoverflow.com/questions/236139/how-best-to-resize-images-off-server

real time. Don't start with overkill solution of mysql queues and external daemons. These will prove hard to maintain in the..

PHP running as a FastCGI application (php-cgi) - how to issue concurrent requests?

http://stackoverflow.com/questions/2793996/php-running-as-a-fastcgi-application-php-cgi-how-to-issue-concurrent-request

more FastCGI requests at the same time. What it does is it queues them up so when request 1 is completed immediately thereafter.. FastCGI application but it does not work concurrently it queues them up instead . I know that internal multiplexing of FastCGI..

Swift Mailer Delivery Status

http://stackoverflow.com/questions/5768389/swift-mailer-delivery-status

service then you ALSO need to be watching your logs and queues as Marc B mentioned. One other example that emphasizes the need..

Long Polling/HTTP Streaming General Questions

http://stackoverflow.com/questions/7213549/long-polling-http-streaming-general-questions

for instance . Could you please elaborate more on message queues Message Queue is a term that describes a standalone or built.. real world systems I'll mention just couple of them Task queues. Let's say we're writing our own YouTube and need to convert.. hope my illustration is easy to understand however message queues is a very broad topic so refer to the resources mentioned above..

Run PHP Task Asynchronously

http://stackoverflow.com/questions/858883/run-php-task-asynchronously

a better way. I'm considering writing a system which queues up tasks in a MySQL table and a separate long running PHP script..

Asynchronous processing or message queues in PHP (CakePHP)

http://stackoverflow.com/questions/909791/asynchronous-processing-or-message-queues-in-php-cakephp

processing or message queues in PHP CakePHP I am building a website in CakePHP that processes..