Hello everyone, So I'm pretty new to trying to develop a way to manage tasking. What do I mean tasking? Well here is an example:
Let's say I want for part of my website for people to be able to create an account and and fill in a lot of fields of data but also to be able to upload files. For example lets say I want them to be able to upload music files to my site and organize them, etc. I don't want to load the server down to the point where it crashes or anything so I want this uploading of files to be tasked and somewhat in the background. I've heard of things like RabbitMQ or Redis and other various things like Celery but I really would like some brilliant advice from the community of django as to any ideas about how to go about this. Think of my need like youtube you are uploading a video but at the same time you can edit fields of information about that video or other various things. Except for me there could be much more than just that. A new user could be uploading media/music files or something at the same time as uploading a video of themselves. I want it to be efficient and fast to the point where it all gets updated but the user can leave this task going and leave the page that is updating the file and just check back in and see a status. In my programming mind this sounds like asynchronous tasking of some sort. With little experience in this realm I could use some help. Any ideas about allow a fluent and fluid setup for my problem to solve would be great. I'm looking for a logical, efficient but also fairly fast way to go about trying to head up these tasks to allow for a good user experience. Thanks for your time, JJ Zolper -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/j08gcaYM_sAJ. 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.