Tercus / crowder

crowder is a decentralized crowd-sourced open video platform
0 stars 0 forks source link

Split torrent seed-server from webserver #13

Closed Tercus closed 8 years ago

Tercus commented 8 years ago

It makes no sense to clutter the webserver with servercode for handling the seeding of files. The webserver should simply inform the seed server to start downloading a certain file. Upon restart of the seed server, it should automatically seed downloaded files.

Tercus commented 8 years ago

Split is done, but not working yet. Also read here

Tercus commented 8 years ago

I have split the seed-server from the webserver. Both are now running independently from each other and could technically run on completely different servers.

Also read the aforementioned thread. More explanation and reasoning there.