How to determine own IP
Michael Bauer
Mike_B at T-Online.de
Mon Feb 19 04:57:05 EST 2001
More information about the Python-list mailing list
Mon Feb 19 04:57:05 EST 2001
- Previous message (by thread): How to determine own IP
- Next message (by thread): How to determine own IP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bryan Mongeau wrote: > Michael Bauer wrote: > > > [distributed network, PING and PONG] > > Umm, I won't pretend to understand your entire protocol from this brief > description but I do applaud your attempt and your choice of programming > language. However, from what I understand, it sounds like your scheme > won't scale well with many users due to the high number of ping/pongs. > > Learn from the mistakes of others: > http://www.monkey.org/~dugsong/mirror/gnutella.html Yeah, i already know this document. It actually does apply to our project but with a much lesser impact since we took some measures to reduce the amount of PING and PONG going through the network. Another problem with gnutella seems to be the shere number of search requests a user kicks off, while we produce network traffic rather seldom. > Good luck and I apologize if this problem does not apply to your protocol. Thank you, i appreciated your reply :-) Mike -- excuse my poor English...
- Previous message (by thread): How to determine own IP
- Next message (by thread): How to determine own IP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list