Archive for 10. August 2007

TrackerManager - what should be passed to the start() func?
Hi Peter, I've been thinking what should we pass to the TrackerManager::start() member function. We actually need only list of tracker URIs (doesn't matter if they're from standard tracker or from (more...)
Re: PeersManagerImplTest feedback
Hi Petr, Great idea! I’ll surely do it this way. I’m now thinking (maybe you meant it that way, too) that the (real) factory itself could internally store a list of (more...)
Linus Torvalds interview
Dear all, I've just read an interview with Linus Torvalds (Linux "father") from today and it was very interesting and enjoyable reading for me, so maybe you'd like to read (more...)
Re: PeersManagerImplTest feedback
Hi Peter, I guess TrackerRequestSession would be the best name for the interface. The different implementations could be called StandardTrackerRequestSession (or CentralizedTrackerRequestSession) and DhtTrackerRequestSession. If we create an adaptor, we would (more...)
Re: PeersManagerImplTest feedback
Hi Petr, Next, my idea is that the PeersRequestSession class will be the interface for all request sessions (tracker, DHT) and there will be a class that implements this interface, for (more...)
Re: PeersManagerImplTest feedback
Hi Peter, I got a little confused by PeersManager at first - I though you were working on the SessionsManager. If the DHT nodes are also called Trackers, then I’d support (more...)