>I would be interested in knowing how you implemented the timeout lease.

 

I originally had a Server timer that checked the create time of "torrents"
in my collection and disposed of them if they were more than 15 minutes old,
assuming that the client had gone away and not finished sending all the
chunks.

 

Since the upload facility is only used one or two times a day, I removed the
timer and simply look for expired "torrents" before starting a new "torrent"
of chunks.

 

So it's actually extremely low-tech.

 

Greg

Reply via email to