On Tue, Aug 24, 2010 at 2:16 AM, Eric Chamberlain <e...@rf.com> wrote:

>
> Yes. The problem is that currently our CDN is based on Hadoop which serves
> us really well for internal purpose. We can't make it accessible from the
> outside because at the moment Hadoop is missing some crucial security
> features. Still we want to serve some data from our internal CDN to the
> outside even if for this part of the story our CDN would be just a data
> store. The question is if this could be done efficiently? If "yes", how can
> it be done?
>
>
> Does django need to be in the loop for file download?  Is there some reason
> why the web server can't mount and serve the files like any other static
> file structure?
>
>
I have also thought about this. Hadoop has an hdfs fuse module. But I wasn't
sure how well it is maintained and if it will be available for a long time.
Therefore I looked for a solution to stream the data directly form hdfs
(internal) to the user.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to