I think the problem you see can be related to the test configuration, in my experience, Freeswitch has not problem to handle 300 contemporary calls.<div><div><br></div><div>This is, for example my running Freeswitch (in production environment real traffic) status from fs_cli:</div>
<div><br></div><div><div>status</div><div>UP 0 years, 5 days, 8 hours, 29 minutes, 6 seconds, 340 milliseconds, 102 microseconds</div><div>7253838 session(s) since startup</div><div>1789 session(s) 20/200</div><div>3000 session(s) max</div>
<div>min idle cpu 0.00/43.00</div><div><br></div><div>As you see there are 1789 sessions and from latest restart (for maintenance) has handled more then 1.400.000 sessions per day.</div><div><br></div><div>Stephen </div><div>
<br></div><div><br><div class="gmail_quote">On Wed, Apr 13, 2011 at 6:39 PM, Gary Chen <span dir="ltr">&lt;<a href="mailto:gchen00@insightbb.com">gchen00@insightbb.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


<p> I am not doing load test and my sipp is fairly
simple. It just send call and wail for short time period and then send
bye to end the call. The system I am using has plenty of power. Last
night it only used about 15% of cpu for 300 concurrent calls.<br>
</p>
<p>We are in the process of exploring options to
replace our aging commercial sip feature server. I just want to make
sure FS does not have any memory leak issue and can run long enough
without rebooting.<br>
</p><div><div></div><div class="h5">


<p><br></p><p>-----Original Message-----<br>
From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>
[mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Anthony
Minessale<br>
Sent: Wednesday, April 13, 2011 11:16 AM<br>
To: FreeSWITCH Users Help<br>
Subject: Re: [Freeswitch-users] Event queue is full.</p>

<p> </p>

<p>you are doing something abusive with sipp</p>

<p>we do not entertain and assist with Ddos or load testing
related subjects.</p>

<p> </p>

<p> </p>

<p>On Wed, Apr 13, 2011 at 8:56 AM, Gary Chen
&lt;<a href="mailto:gchen00@insightbb.com" target="_blank">gchen00@insightbb.com</a>&gt; wrote:</p>

<p>&gt; -----Original Message-----</p>

<p>&gt; From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a></p>

<p>&gt;
[mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Brian</p>

<p>&gt; West</p>

<p>&gt; Sent: Wednesday, April 13, 2011 9:34 AM</p>

<p>&gt; To: FreeSWITCH Users Help</p>

<p>&gt; Subject: Re: [Freeswitch-users] Event queue is full.</p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt; Sounds like an old code base.. you sure that other
box is using the latest</p>

<p>&gt; code?</p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt; /b</p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt; On Apr 13, 2011, at 7:44 AM, Gary Chen wrote:</p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt;&gt; FreeSWITCH Version 1.0.head (git-5310735
2011-04-07 15-47-30 -0500)</p>

<p>&gt; </p>

<p>&gt;&gt; </p>

<p>&gt; </p>

<p>&gt;&gt; Last night I start Sipp to sent calls to my
test  FS1 and FS1 in turn</p>

<p>&gt;&gt; forward calls to another FS2 playing Music On Hold.
I got about 300</p>

<p>&gt;&gt; concurrent calls with media going through FS1
before I left.</p>

<p>&gt; </p>

<p>&gt;&gt; This morning, the FS1 is not responding. I
fs_cli into it and got a lot of</p>

<p>&gt;&gt; messages like this:</p>

<p>&gt; </p>

<p>&gt;&gt; 2011-04-13 08:12:11.766570 [CRIT]
switch_event.c:1367 Event queue is full!</p>

<p>&gt; </p>

<p>&gt;&gt; x2011-04-13 08:12:11.798571 [CRIT]
switch_event.c:1367 Event queue is</p>

<p>&gt;&gt; full!</p>

<p>&gt; </p>

<p>&gt;&gt; 2011-04-13 08:12:11.809567 [CRIT]
switch_event.c:1367 Event queue is full!</p>

<p>&gt; </p>

<p>&gt;&gt; 2011-04-13 08:12:11.809567 [CRIT]
switch_event.c:1367 Event queue is full!</p>

<p>&gt; </p>

<p>&gt;&gt; 2011-04-13 08:12:11.816565 [CRIT]
switch_event.c:1367 Event queue is full!</p>

<p>&gt; </p>

<p>&gt;&gt; 2011-04-13 08:12:11.827574 [CRIT]
switch_event.c:1367 Event queue is full!</p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt; </p>

<p>&gt;  Call Flow: Sipp ---&gt; FS1 ---&gt;FS2(play
music on hold)</p>

<p>&gt; </p>

<p>&gt; FS1 version: FreeSWITCH Version 1.0.head
(git-5310735 2011-04-07 15-47-30</p>

<p>&gt; -0500)</p>

<p>&gt; </p>

<p>&gt; FS2 Version: FreeSWITCH Version 1.0.7
(hacked-20110119T213949Z)</p>

<p>&gt; </p>

<p>&gt; FS2 has older version. But &#39;Event queue is full&#39;
only happen on FS1. Should</p>

<p>&gt; have nothing to do with FS2. Right now FS2 still
show 304 sessions. That</p>

<p>&gt; means that it still playing music on 304 calls.</p>

<p>&gt; </p>

<p>&gt; I can not run fs_cli -x status because the event
queue problem.</p>

<p>&gt; </p>

<p>&gt; Gary</p>

<p>&gt; </p>

<p>&gt; _______________________________________________</p>

<p>&gt; </p>

</div></div><p>&gt; FreeSWITCH-users mailing list</p><div class="im">

<p>&gt; </p>

<p>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></p>

<p>&gt; </p>

<p>&gt;
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></p>

<p>&gt; </p>

<p>&gt;
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></p>

<p>&gt; </p>

<p>&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></p>

<p>&gt; </p>

<p>&gt; _______________________________________________</p>

<p>&gt; FreeSWITCH-users mailing list</p>

<p>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></p>

<p>&gt;
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></p>

<p>&gt;
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></p>

<p>&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></p>

<p>&gt; </p>

<p>&gt; </p>

<p> </p>

<p> </p>

<p> </p>

</div><p>-- </p><div class="im">

<p>Anthony Minessale II</p>

<p> </p>

<p>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a></p>

<p>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a></p>

<p>Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a></p>

<p> </p>

<p>AIM: anthm</p>

<p><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a></p>

<p>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a></p>

<p>IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch</p>

<p> </p>

<p>FreeSWITCH Developer Conference</p>

<p><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a></p>

<p><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a></p>

<p>pstn:+19193869900</p>_______________________________________________

</div><p>FreeSWITCH-users mailing list</p><div><div></div><div class="h5">

<p><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></p>

<p><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></p>

<p>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></p>

<p><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></p>


</div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></div>