<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 10">
<meta name=Originator content="Microsoft Word 10">
<link rel=File-List href="cid:filelist.xml@01C199EB.06469DA0">
<title>Scale of server</title>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="time"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="date"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PersonName"/>
<!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:553679495 -2147483648 8 0 66047 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;
        text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;
        text-underline:single;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:"Times New Roman";}
span.EmailStyle18
        {mso-style-type:personal;
        mso-style-noshow:yes;
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;
        font-family:Arial;
        mso-ascii-font-family:Arial;
        mso-hansi-font-family:Arial;
        mso-bidi-font-family:Arial;
        color:navy;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        mso-style-noshow:yes;
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;
        font-family:Arial;
        mso-ascii-font-family:Arial;
        mso-hansi-font-family:Arial;
        mso-bidi-font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */ 
 table.MsoNormalTable
        {mso-style-name:"Table Normal";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:"";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman";}
</style>
<![endif]--><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=white lang=EN-US link=blue vlink=purple style='tab-interval:.5in'>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I&#8217;m actually testing load on a
server right now.<span style='mso-spacerun:yes'>&nbsp; </span>I have one box
with three instances of dpsm, one instance of jabberd, as well as the yahoo and
msn transports running.<span style='mso-spacerun:yes'>&nbsp; </span>The user
information is stored in a mySQL db running on the same machine and jabber
accesses it through a version of xdb_sql that we have modified to fix a few
quirks and to make it work with the msn transport.<span
style='mso-spacerun:yes'>&nbsp; </span>The way we are load balancing the
connections to the three instances of dpsm is to just run each one on a virtual
ip and set up our dns to round robin the three ip&#8217;s.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>With a straight test that does nothing but
connect sockets to the server, we can get 10,000 connections per instance of
dpsm.<span style='mso-spacerun:yes'>&nbsp; </span>Three instances of dpsm seems
to be the limit with this test, as there are diminishing returns with any more
than that.<span style='mso-spacerun:yes'>&nbsp; </span>I&#8217;m now using a
tester app I found in the CVS repository to get an actual load test.<span
style='mso-spacerun:yes'>&nbsp; </span>The app has some problems with it so we
are tweaking it and running tests.<span style='mso-spacerun:yes'>&nbsp;
</span>I don&#8217;t have solid numbers yet, but I know that I have had 3,000
users simultaneously logged in and all of them sending messages.<span
style='mso-spacerun:yes'>&nbsp; </span>The problem with this test is that if
you have 3,000 people logged in at any given time, they will not be constantly
talking to each other.<span style='mso-spacerun:yes'>&nbsp; </span>So with some
tweaking we are trying to make a load test that will more accurately simulate a
load.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>What we are trying to accomplish here is
to have 30,000 clients connected to the one box, with a percentage of them
talking that would accurately reflect a real life server.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Note:<span style='mso-spacerun:yes'>&nbsp;
</span>Our server machine is just a desktop that we stole to test on.<span
style='mso-spacerun:yes'>&nbsp; </span>It&#8217;s a one CPU P4 1.3Ghz I
believe, with 1GB RAM.<span style='mso-spacerun:yes'>&nbsp; </span>If we had multiple
CPU&#8217;s I suspect we could get away with running even more instances of
dpsm.<span style='mso-spacerun:yes'>&nbsp; </span>We are also going to try
adding 2 more network cards to the machine so each instance of dpsm will be on
it&#8217;s own network card.<span style='mso-spacerun:yes'>&nbsp; </span>Let me
know if you need any more info.<span style='mso-spacerun:yes'>&nbsp; </span>I&#8217;ve
found the information on scaling Jabber to be pretty lean and hard to find.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Jason Reineri<o:p></o:p></span></font></p>

<p class=MsoNormal><st1:PersonName><font size=2 color=navy face=Arial><span
 style='font-size:10.0pt;font-family:Arial;color:navy'>Northridge</span></font></st1:PersonName><font
size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;
color:navy'> Systems, Inc.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-----Original Message-----<br>
<b><span style='font-weight:bold'>From:</span></b> Michael F. March
[mailto:march@indirect.com] <br>
<b><span style='font-weight:bold'>Sent:</span></b> </span></font><st1:date
Month="1" Day="10" Year="2002"><font size=2 face=Tahoma><span style='font-size:
 10.0pt;font-family:Tahoma'>Thursday, January 10, 2002</span></font></st1:date><font
size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> </span></font><st1:time
Hour="14" Minute="38"><font size=2 face=Tahoma><span style='font-size:10.0pt;
 font-family:Tahoma'>2:38 PM</span></font></st1:time><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'><br>
<b><span style='font-weight:bold'>To:</span></b> jdev@jabber.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [JDEV] Scale of
server</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<div>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face="Times New Roman"><span
style='font-size:10.0pt'>Do you know of a Jabber server that has had 3K users
on at one time?</span></font><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>&nbsp;<o:p></o:p></span></font></p>

</div>

<blockquote style='border:none;border-left:solid black 1.5pt;padding:0in 0in 0in 4.0pt;
margin-left:3.75pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt'>

<div>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>----- Original Message ----- <o:p></o:p></span></font></p>

</div>

<div style='font-color:black'>

<p class=MsoNormal style='margin-left:.5in;background:#E4E4E4'><b><font size=2
face=Arial><span style='font-size:10.0pt;font-family:Arial;font-weight:bold'>From:</span></font></b><font
size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'> <a
href="mailto:jreineri@northridge.com" title="jreineri@northridge.com">Jason
Reineri</a> <o:p></o:p></span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-left:.5in'><b><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial;font-weight:bold'>To:</span></font></b><font
size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'> <a
href="mailto:jdev@jabber.org" title="jdev@jabber.org">jdev@jabber.org</a> <o:p></o:p></span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-left:.5in'><b><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial;font-weight:bold'>Sent:</span></font></b><font
size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'> </span></font><st1:date
Month="1" Day="10" Year="2002"><font size=2 face=Arial><span style='font-size:
 10.0pt;font-family:Arial'>Thursday, January 10, 2002</span></font></st1:date><font
size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'> </span></font><st1:time
Hour="7" Minute="29"><font size=2 face=Arial><span style='font-size:10.0pt;
 font-family:Arial'>7:29 AM</span></font></st1:time><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-left:.5in'><b><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial;font-weight:bold'>Subject:</span></font></b><font
size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'> RE: [JDEV]
Scale of server<o:p></o:p></span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
style='font-size:10.0pt;font-family:Arial;color:navy'>Jabber can handle 3000
concurrent users with no problem.<span style='mso-spacerun:yes'>&nbsp;
</span>The only problem you will have is that the select() function in Linux is
hard coded to a certain number of sockets.<span style='mso-spacerun:yes'>&nbsp;
</span>In kernel 2.4 that limit is 1024.<span style='mso-spacerun:yes'>&nbsp;
</span>You can either recompile the kernel to allow more, or you can use dpsm
or jpolld as your socket manager.<span style='mso-spacerun:yes'>&nbsp;
</span>These socket managers use the poll() function instead of select() and
are not subject to the limit.<span style='mso-spacerun:yes'>&nbsp; </span>You
will however have to increase the number of file descriptors you can have open
per process.<span style='mso-spacerun:yes'>&nbsp; </span>This can be done in a
startup script that calls ulimit.<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
style='font-size:10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
style='font-size:10.0pt;font-family:Arial;color:navy'>Jason Reineri<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><st1:PersonName><font size=2
 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;
 color:navy'>Northridge</span></font></st1:PersonName><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>
Systems, Inc.<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
style='font-size:10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:1.0in'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-----Original Message-----<br>
<b><span style='font-weight:bold'>From:</span></b> Rodrigo Roman
[mailto:dedalo@ferengi.com.ar] <br>
<b><span style='font-weight:bold'>Sent:</span></b> </span></font><st1:date
Month="1" Day="9" Year="2002"><font size=2 face=Tahoma><span style='font-size:
 10.0pt;font-family:Tahoma'>Wednesday, January 09, 2002</span></font></st1:date><font
size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> </span></font><st1:time
Hour="18" Minute="14"><font size=2 face=Tahoma><span style='font-size:10.0pt;
 font-family:Tahoma'>6:14 PM</span></font></st1:time><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'><br>
<b><span style='font-weight:bold'>To:</span></b> 'jdev@jabber.org'<br>
<b><span style='font-weight:bold'>Subject:</span></b> [JDEV] Scale of server</span></font><o:p></o:p></p>

<p class=MsoNormal style='margin-left:1.0in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p style='margin-left:1.0in'><font size=2 face="Times New Roman"><span
style='font-size:10.0pt'>I'm planing an instalation of jabber server in a isp,
we have aprox 3000 concurrent users (i dont know wich porcentage will use our
messanger) our client base is 150k users.</span></font><o:p></o:p></p>

<p style='margin-left:1.0in'><font size=2 face="Times New Roman"><span
style='font-size:10.0pt'>Wich is the best implementation for this numbers?</span></font>
<br>
<font size=2><span style='font-size:10.0pt'>Is jabber prepared for this?</span></font>
<br>
<font size=2><span style='font-size:10.0pt'>Are all the transports able to work
in this client base?</span></font> <o:p></o:p></p>

<p style='margin-left:1.0in'><font size=2 face="Times New Roman"><span
style='font-size:10.0pt'>Thanks for your help!</span></font> <o:p></o:p></p>

</blockquote>

</div>

</body>

</html>