Re: [Coder-Com] Probably a dumb question...

2001-08-15 Thread Kev
> Yes, Brian is right, it was ruled out in the early years of protocol 10 > due to high uses of bandwidth. Altho, if you are really interested in > this, it would be pretty easy to modify the ircu to your own liking and > placing a final argument on the end of the burst line between servers. Act

Re: [Coder-Com] Probably a dumb question...

2001-08-14 Thread Perry Lorier
On Wed, Aug 15, 2001 at 12:50:28PM +1200, Mark Foster wrote: > But is there any way to get the servers to compare eachothers topics and > refresh them if one is missing on net.burst? > > You must have noticed that the topics quite often are seen on one server > and not another after netsplits..

RE: [Coder-Com] Probably a dumb question...

2001-08-14 Thread net
Yes, Brian is right, it was ruled out in the early years of protocol 10 due to high uses of bandwidth. Altho, if you are really interested in this, it would be pretty easy to modify the ircu to your own liking and placing a final argument on the end of the burst line between servers. Regards, -

RE: [Coder-Com] Probably a dumb question...

2001-08-14 Thread Mark Foster
Thats a point.. they could checksum the topic and force a comparison or something.. I dunno i aint a coder and i aint that versant with the processor/bandwidth required to do as Im suggesting... But I do see your point, it could be a significant hit. I guess topics arent high prority. :) -- B

RE: [Coder-Com] Probably a dumb question...

2001-08-14 Thread Brian Steil
from what i recall hearing the main reason that's not in the code is the bandwidth factor, think of how much it takes just for the net.burst of all the nicks, and channels they're in and what notjust think how much more it would take to put the topic for every channel in that too. correct me