[Freeswitch-dev] Can mod_event_socket hold about 1000 connections at same time

Kristian Kielhofner kris at kriskinc.com
Thu Jan 3 18:09:01 MSK 2013


+1 (if you can pull it off).

There is a significant call setup time, CPS, and general scale issue
with opening and maintaining one socket connection per call.  If you
have to use outbound socket do what you need to do and close it ASAP.

FreeSWITCH performance is excellent in all but the dumbest scenarios;
it's just less excellent with outbound socket.

On Thu, Jan 3, 2013 at 8:25 AM, David Knell <dave at 3c.co.uk> wrote:
> Nope - should be fine.
>
>
>
> One hint: use an inbound event_socket connection (so you've one connection
> between your app and the FS box down which everything goes) - this scales
> better than having one outbound socket connection per call.
>
>
>
> --Dave
>
>
>
> From: freeswitch-dev-bounces at lists.freeswitch.org
> [mailto:freeswitch-dev-bounces at lists.freeswitch.org] On Behalf Of Eduardo
> Nunes Pereira
> Sent: 03 January 2013 13:04
> To: freeswitch-dev at lists.freeswitch.org
> Subject: [Freeswitch-dev] Can mod_event_socket hold about 1000 connections
> at same time
>
>
>
> I'm about to specify a project with FS and about 1000 connections at same
> time, that applications it's very specific, i'm already used
> mod_event_socket with other situations but not with so much connections at
> the same time. Somebody sees a problem ?
>
>
>
> --
> Eduardo Nunes Pereira
>
> skype: eduardonunesp
>
> msn:eduardonunesp
> http://about.me/eduardonunesp
>
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-dev mailing list
> FreeSWITCH-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org
>



-- 
Kristian Kielhofner



Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-dev mailing list