carribeiro / vdeli

Video Delivery Network
2 stars 0 forks source link

Deal with files being overwritten in the ftpserver #16

Open carribeiro opened 13 years ago

carribeiro commented 13 years ago

If a video file is overwritten in the ftpserver, we will receive a notification and try to add the same file, twice. We should delete the original VideoFile entry and substitute for the newer one.

NOTE: I'm not sure about the implications of this behavior for the replication algorithm.