Giter VIP home page Giter VIP logo

Comments (8)

crienzo avatar crienzo commented on May 17, 2024

Queue sizes are sized large enough not to be exceeded under normal operation. Exceeding a queue size is generally a symptom of overloading the process.

from freeswitch.

majidshirazy avatar majidshirazy commented on May 17, 2024

I have this issue on 150 concurrent calls in my FS, is that overload?

from freeswitch.

gedixss avatar gedixss commented on May 17, 2024

I had this problem in Freeswitch version 1.6.20. And This problem occurs on only ~100 concurent calls.

from freeswitch.

bilalabbasi55 avatar bilalabbasi55 commented on May 17, 2024

I am facing that problem too, did anyone found the reason for that?

from freeswitch.

dragos-oancea avatar dragos-oancea commented on May 17, 2024

Your app does not read / dequeue the events fast enough.

from freeswitch.

bilalabbasi55 avatar bilalabbasi55 commented on May 17, 2024

@dragos-oancea Thanks for your time, but we are really not using mod_event_socket, how ever we are using mod_xml_curl, does that really uses even_socket underlaying for getting the dialplan through API?

from freeswitch.

anthmFS avatar anthmFS commented on May 17, 2024

Are you maybe leaving fs_cli parked in a terminal somewhere that is blocking or too slow to keep up with the log messages?
That error is verbatim from mod_event_socket so that's likely the cause.

from freeswitch.

Len-PGH avatar Len-PGH commented on May 17, 2024

On one of the Cluecon Weekly calls this topic came up and the scenerio was with lua listening for all events. The box couldn't keep up with all the events FreeSWITCH was sending so the fix was to only listen for only the needed events and not "all"

from freeswitch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.