dusans / learningdjango

Automatically exported from code.google.com/p/learningdjango
0 stars 0 forks source link

Video capture queue #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In production it has to be a queue, a seperate process or a deamon that
does the capturing, since doing it via django on request block all the
other request.

Sheduling is up for debate

Original issue reported on code.google.com by dusan.sm...@gmail.com on 4 Oct 2008 at 12:04

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
http://code.google.com/p/django-queue-service/source/checkout
http://code.google.com/p/django-cron/source/list
http://code.google.com/p/django-jits/

Original comment by dusan.sm...@gmail.com on 19 Oct 2008 at 7:50