On Oct 9, 2009, at 9:20 AM, Alvaro Mouriño wrote: > Asking many people about this a friend told me that when he had to do > this the only way was using a CGI script to serve the file.
That definitely works. The issues are: (a) Load and performance on the server, since the script needs to pick up and the file, rather than having the web server just deal with it. (b) Possible client- side performance, since the CGI script probably won't implement ranged GETs. If the files are relatively small (<15MB or so), it shouldn't be much of an issue; I was sending out video files (300MB+), and having a CGI script touch each byte wasn't really an option. This is now fairly off-topic, but if you have other questions, don't hesitate to ping me off-list. -- -- Christophe Pettus x...@thebuild.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---