... Have you read anything about literate programming? I myself prefer FunnelWeb (http://www.ross.net/funnelweb/), but there are plenty of tools out there. ...
Hi, I'm playing with BitTorrent as a method for staging large input files to each node of a compute cluster prior to running a distributed job. I was using scp...
... (1) "Connect only from IP's" isn't worthwhile, IMO; no one can download without the torrent, and if you block the tracker's infopage, they can't even try...
John Hoffman
theshadow@...
Dec 1, 2004 5:47 pm
6057
... My intended applications are not too dissimilar, basically LAN based applications. Aiming for 1Gb+ speeds for multiple clients. Just in the process of...
... can't ... This is more of a (paranoid) policy thing...I want to make sure I have some ground to stand on when my sysadmin says "your running what, where?"...
... need to). At the firewall level? I don't run that side of the shop, but if I hope to enforce the IP address thing, then I clearly need a firewall to guard...
... distributed ... node ... time ... it ... download ... to ... case. ... Nathan, The merging of the Semantic web stuff (RSS, Syndication, Aggregators) and...
... One of the reasons Python is used is because of the dynamic memory allocation, which makes buffer-overrun exploits pretty much impossible. There is no code...
John Hoffman
theshadow@...
Dec 2, 2004 3:22 pm
6063
... Writing a full on MPI application (or similar) just for file staging feels like overkill for this problem. In fact, isn't BT just a dynamic topology...
... I agree actually. Multicast is pretty difficult, as you need a retry mechanism anyway, and udp is pretty hard to get to perform well. Also almost all LAN...
please unsubscribe from this list... Thankyou ... From: Nathan Edwards To: BitTorrent@yahoogroups.com Sent: Thursday, December 02, 2004 7:12 AM Subject:...
Chris Kim
f5kkrs@...
Dec 3, 2004 7:08 am
6066
In RawServer.py it looks like someone attempted to set the IP_TOS bits. However it is set very oddly: in the bind() method: ...
Gregory P. Smith
gpsmith@...
Dec 6, 2004 2:56 pm
6067
Hi. BT suffers from a basic problem: down-loaders of big files typically leave the torrent after downloading. This leads to an average upload/download ratio...
Any caching system like this does need to modify the protocol (well there are ways of getting round it). The basic problem is if you drop a piece as you are...
... The alternative is to only drop pieces that all your peers already have. Because you can simply unchoke the peers that still need those pieces, the only...
... You can sort-of approximate this with some existing clients, e.g Azureus already has the queue prioritization logic to join the 'n' most needy swarms of...
Cool... A BT expert! I like the idea of exiting a torrent to delete stuff, and then re- entering to download more useful pieces. A potentially workable...
... Exactly my objection to this proposal. There is another thing that can be done with merely client modification and will achieve some of the effects. ...
Elliott Mitchell
ehem@...
Dec 8, 2004 11:43 pm
6074
... Good point. Actually, I tried most of your suggested options yesterday on Azureus, but I gave up on it (thus leading to this thread). Unless a lot of us...
... I've fixed the code; a patch is attached below. The problem is that in Python 2.4, the return value for http_open() added two additional members, 'code'...
Jonathan Lennox
lennox@...
Dec 10, 2004 3:43 pm
6076
dear sir, hi, i interest with torrent so i dont know how can i registered in your site regards ... Exactly my objection to this proposal. There is another...
Hi. I read the BT protocol last night and came up with this idea. I'm too excited not to publish it before I implement it, so here it is. I agree that getting...
... Simple: repeaters don't use much disk space, and can serve a large number of torrents, looking for one that needs the bandwidth. A normal client that is...
... much ... I believe that your stated reasons for your solution are not a large source of the problem. There are clients that make it easy to manage many...
asmodeus_b
asmodeus@...
Dec 10, 2004 5:58 pm
6081
... First, I think this idea has potential. The only problem I can see with this scenario is that the master and the slave are duplicating their efforts by...
... This can be solved very simply. The slave(s) look at what pieces they can get, decides on a piece that is a good one to get, and then informs the master...
Elliott Mitchell
ehem@...
Dec 10, 2004 9:42 pm
6083
... The downside is that it costs more bandwidth....