Instead of trying to get Django to do something like that, have you
looked into using sshfs?  That would make it essentially transparent--
all Django would know is that it's saving a file to a filesystem.

http://en.wikipedia.org/wiki/SSHFS

On Jan 29, 9:05 am, Andrew Ingram <[email protected]> wrote:
> On Jan 29, 1:19 pm, Christian Joergensen <[email protected]> wrote:
>
> > What if one of the machines was unresponsive at the time of the upload?
>
> One option would be to have all the files uploaded locally, but the
> handler would additionally copy to the other locations. The other
> would just to be to have some exception handling. File uploads aren't
> a site user task for us, so short periods of broken upload
> capabilities are tolerable.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to