Re: Distributed Objects Performance

2008-11-14 Thread Seth Willits
On Nov 14, 2008, at 2:40 AM, Jean-Daniel Dupas wrote: I would be curious to know how you reached 50MB/sec on a LAN that has a theorical limit of 12.5MB/sec. That's a good question, now that I think about it. :-p Apparently I *am* plugged into the gigabit switch... Either way, any self-res

Re: Distributed Objects Performance

2008-11-14 Thread Jean-Daniel Dupas
Le 14 nov. 08 à 10:47, Seth Willits a écrit : On Nov 13, 2008, at 11:33 PM, Bridger Maxwell wrote: How often? 60 times per second often? Once per second often? Every minute, often? You'll need to calculate the amount of data you're expecting to transfer, worst case. I would say about

Re: Distributed Objects Performance

2008-11-14 Thread Seth Willits
On Nov 13, 2008, at 11:33 PM, Bridger Maxwell wrote: How often? 60 times per second often? Once per second often? Every minute, often? You'll need to calculate the amount of data you're expecting to transfer, worst case. I would say about every five seconds often, max. My gut instinct

Re: Distributed Objects Performance

2008-11-13 Thread Bridger Maxwell
> > > How often? 60 times per second often? Once per second often? Every minute, > often? > > You'll need to calculate the amount of data you're expecting to transfer, > worst case. > I would say about every five seconds often, max. The problem is, once I have a worst case scenario calculated (whi

Re: Distributed Objects Performance

2008-11-13 Thread Seth Willits
On Nov 13, 2008, at 9:26 PM, Bridger Maxwell wrote: However, values would be changed quite often. How often? 60 times per second often? Once per second often? Every minute, often? You'll need to calculate the amount of data you're expecting to transfer, worst case. -- Seth Willits

Re: Distributed Objects Performance

2008-11-13 Thread Seth Willits
On Nov 13, 2008, at 9:26 PM, Bridger Maxwell wrote: However, values would be changed quite often. How often? 60 times per second often? Once per second often? Every minute, often? You'll need to calculate the amount of data you're expecting to transfer, worst case. -- Seth Willits

Re: Distributed Objects Performance

2008-11-13 Thread Kyle Sluder
On Fri, Nov 14, 2008 at 12:26 AM, Bridger Maxwell <[EMAIL PROTECTED]> wrote: > So, do you think distributed objects is the right solution? Is there a > rule of thumb on network traffic size or maximum number of clients > distributed objects can support? You really need to sit down with the numbers

Distributed Objects Performance

2008-11-13 Thread Bridger Maxwell
Hello, I am building a server that will rely on distributed objects, and am worried about the performance. I am not quite done yet, but I afraid to spend too much time on this system before discovering it will not be able to handle the network traffic. Perhaps one of the more seasoned developers