No, the best way is to use a real webserver like nginx with the
xsendfile module: http://wiki.nginx.org/XSendfile
>
> 2) how should i use it in a pyramids view?
>
this should work:
def file_view(request):
return request.get_response(FileApp(filename))
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
> To post to this group, send email to pylons-...@googlegroups.com.
> To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
>
>