S
S
Sergey Semenko2015-03-30 00:12:02
PHP
Sergey Semenko, 2015-03-30 00:12:02

PHP - How to implement queues?

There is a script that starts converting video to different resolutions from one file. How can you make the conversion happen like this: 1000x800 -> 800x600 -> 600x400 and so on, that is, first from the original file to a lower quality, and only then convert the resulting file to an even lower quality? All this should happen in the background.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ramallah, 2015-03-30
@abler98

There are queue servers for queues. Alternatively, check out Gearman. For information habrahabr.ru/post/142210/.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question