Hi djangonauts, at the moment i try to setup a youtube-like site. Users can upload videos which will be converted with ffmpeg to the flv format. The convertion process is fired up in a view. Though i use the "threaded" module to not interrupt the view for sending back the response.
In my development installation and on the production server in the "python manage.py shell" seems to work all perfectly. But when i try to use this method on the production server with a browser (i use nginx with django in an fcgi server, method is prefork), the video will not be converted as long as i try to do it in a new thread. If i block the view with processing the video in the same thread as the request, everything works ok. Does anyone know if there are known problems with multithreading in an fcgi environment? I hope someone can help me ... this bugs me quite a while. Thank you all. Gregor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---