[p2p-hackers] Testing scalability on a P2P network
Greg Bildson
gbildson at limepeer.com
Mon Oct 31 15:57:06 UTC 2005
Run it in the wild with a few million users and see if network performance
degrades. ;-) Seriously, sometimes that is what you have to do.
Obviously, some beta testing can help but it is not true that certain
features can scale indefinitely. You need to make your app have limits that
it won't go beyond. For example, you can't hold 1 million alternate
locations in memory for a file in a file sharing network. You certainly
can't ping them all via UDP. Being able to remotely turn off some features
or settings (again with boundary limits) can be useful.
There are some fancy simulators around for basic testing.
Thanks
-greg
> -----Original Message-----
> From: p2p-hackers-bounces at zgp.org [mailto:p2p-hackers-bounces at zgp.org]On
> Behalf Of Frank Moore
> Sent: Monday, October 31, 2005 8:13 AM
> To: Peer-to-peer development.
> Subject: [p2p-hackers] Testing scalability on a P2P network
>
>
> Hi,
>
> Can anyone give me some pointers on scalability testing a P2P network?
> In theory if a P2P network works with N users, it should be possible to
> scale up to larger numbers i.e. N*10, N*100 etc....
> But is there any way of actually testing this and if so how have other
> people done it?
>
> Thanks,
> Frank.
>
>
>
>
> _______________________________________________
> p2p-hackers mailing list
> p2p-hackers at zgp.org
> http://zgp.org/mailman/listinfo/p2p-hackers
> _______________________________________________
> Here is a web page listing P2P Conferences:
> http://www.neurogrid.net/twiki/bin/view/Main/PeerToPeerConferences
More information about the P2p-hackers
mailing list