[JDEV] MIU, was: MSN transport questions

maqi at jabberstudio.org maqi at jabberstudio.org
Thu Sep 4 15:20:21 CDT 2003


On Thu, 4 Sep 2003, Michael Poole wrote:

> One moderately large IRC server (~6,000 clients) on a medium sized IRC
> network (~40,000 clients peak) has been up for 56 days and received
> 1.4 billion lines; each line would be a full stanza in native Jabber.
> 650 million lines were real messages.  That averages to 3000 and 1350
> lines per second respectively.  If you want to seriously compete, that
> is the performance level you should aim at.

Well, for my part I definitely like the "take a profiler and optimize the
things that need to get optimized" approach more than the "optimize by
best-guess" approach. Plus from own experience I know Java is *not* slow.
People frequently confuse JRE startup times and Swing performance with the
overall Java performance.

Additionally, I don't think really performance is an issue (at least with
the transports) right now. When I started working on AIM-t, there were
several errors in it that kept it crashing even in small environments. Now
there are only several memory leaks left ;-).

Regards



More information about the JDev mailing list