<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
hi Rod,<BR>
&nbsp;<BR>
What is the objective and intended usage of this ?<BR>
&nbsp;<BR>
Registering&nbsp;loads of&nbsp;accounts every sec sounds like a very bad design to me, so it might be wise to visit your design and discuss what you want to achieve.<BR>
&nbsp;<BR>
&nbsp;<BR>
Jan<BR>&nbsp;<BR>&gt; Date: Mon, 3 May 2010 17:39:59 +0400<BR>&gt; From: kawarod@laposte.net<BR>&gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; Subject: [Freeswitch-users] Registration ODBC feeded by another registrar proxy<BR>&gt; <BR>&gt; Hi list,<BR>&gt; <BR>&gt; was playing with FS 1.0.6 and trying to test the registration <BR>&gt; performance of FS. (Yes I know FS is more suited as a B2BUA, but please <BR>&gt; read further :p)<BR>&gt; <BR>&gt; So I did the following:<BR>&gt; - generate one xml file with 20 000 user account like this:<BR>&gt; &lt;include&gt;<BR>&gt; &lt;user id="1"&gt;<BR>&gt; &lt;params&gt;<BR>&gt; &lt;param name="password" value="1234"/&gt;<BR>&gt; &lt;/params&gt;<BR>&gt; &lt;/user&gt;<BR>&gt; &lt;user id="2"&gt;<BR>&gt; &lt;params&gt;<BR>&gt; &lt;param name="password" value="1234"/&gt;<BR>&gt; &lt;/params&gt;<BR>&gt; ...<BR>&gt; <BR>&gt; Then I used Sipp to test how many registration per second could be fired <BR>&gt; to the server (quad core 2.83Ghz).<BR>&gt; I setup ulimit variables, and disable nat.<BR>&gt; <BR>&gt; I got this:<BR>&gt; - using SQL Lite: unable to get higher than 80 registrations per <BR>&gt; second (in fact it's less than this number but didn't test too much this <BR>&gt; setup), I see a lot of retransmission in Sipp<BR>&gt; - using SQL Lite in ramdisk (tmpfs): OK with 80 registrations per <BR>&gt; second but not much<BR>&gt; - using ODBC and mysql: 130 reg/sec is OK<BR>&gt; <BR>&gt; With ODBC, above 150 reg/sec I see that FS is stalled to 100-110% CPU, I <BR>&gt; think it's because I'm using only one SIP profile and that SOFIA is <BR>&gt; monothreaded for this SIP profile.<BR>&gt; If I'd like to register every 60sec, the server has to support at least <BR>&gt; more than 300 registration per second.<BR>&gt; <BR>&gt; So I'm wondering if I could setup something like this:<BR>&gt; - use another SIP Proxy as a registrar and feed the ODBC <BR>&gt; "sip_registration database" of FS<BR>&gt; - FS will be able to use this database to setup a call<BR>&gt; - use FS as the outbound proxy for call routing<BR>&gt; <BR>&gt; But what about the user params that have been setup in the xml file <BR>&gt; above. I think that FS loads the user params each time a user is registered.<BR>&gt; <BR>&gt; Comments and advices are welcome.<BR>&gt; <BR>&gt; regards,<BR>&gt; rod.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; FreeSWITCH-users mailing list<BR>&gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>&gt; http://www.freeswitch.org<BR>                                               <br /><hr />Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. <a href='https://signup.live.com/signup.aspx?id=60969' target='_new'>Sign up now.</a></body>
</html>