[Freeswitch-users] Cannot queue any more events.....

Anthony Minessale anthony.minessale at gmail.com
Fri Nov 15 04:02:39 MSK 2013


You're using an event consumer somewhere in a lua script or dotnet binding
or something and not popping from it so it fills it up.
On Nov 14, 2013 4:46 PM, "Andre" <andretodd at verizon.net> wrote:

> HI, I’m testing my freeswitch on Windows (1.2.14) 64 bit and I used
> pjsip-perf.exe --method=INVITE  sip:2 at 127.0.0.1:5063 --count=1000
> --thread=4
>
>
>
> After a few hundred calls I start to get *Cannot queue any more
> events..... *and about 30 cps.  A fast Bing search shows this line of
> code.
>
> Anyone know what this means and how to fix it?
>
>
>
>
>
> 00040 <http://docs.freeswitch.org/switch__cpp_8cpp.html#bf63f3ec89e7e6ace32f6898695930b1> static void event_handler <http://docs.freeswitch.org/switch__cpp_8cpp.html#bf63f3ec89e7e6ace32f6898695930b1>(switch_event_t <http://docs.freeswitch.org/structswitch__event.html> *event <http://docs.freeswitch.org/structdb__job.html#4802fd1cb648aae4f501dacd55325a45>)
>
> 00041 {
>
> 00042         EventConsumer <http://docs.freeswitch.org/classEventConsumer.html> *E = (EventConsumer <http://docs.freeswitch.org/classEventConsumer.html> *) event <http://docs.freeswitch.org/structdb__job.html#4802fd1cb648aae4f501dacd55325a45>->bind_user_data;
>
> 00043         switch_event_t <http://docs.freeswitch.org/structswitch__event.html> *dup;
>
> 00044
>
> 00045         switch_event_dup <http://docs.freeswitch.org/group__events.html#g84d51747affe16447c198259393f7f5f>(&dup, event <http://docs.freeswitch.org/structdb__job.html#4802fd1cb648aae4f501dacd55325a45>);
>
> 00046
>
> 00047         if (switch_queue_trypush <http://docs.freeswitch.org/group__switch__FIFO.html#g741daa24824e798082049129dda769cc>(E->events <http://docs.freeswitch.org/classEventConsumer.html#2f2dfe6b5ce6d0e0eac6cbdc035dcbd4>, dup) != SWITCH_STATUS_SUCCESS <http://docs.freeswitch.org/switch__types_8h.html#fedb3923fc3ae51937cef145c5499dc1c65533002f858f1db8ea9a4aa9fd9784>) {
>
> 00048                 switch_log_printf <http://docs.freeswitch.org/group__log.html#g5a8b2daf3d882cd8c92e7995ef7628ff>(SWITCH_CHANNEL_LOG <http://docs.freeswitch.org/switch__types_8h.html#e66733232089cf717202d43a4a8d4db2>, SWITCH_LOG_ERROR <http://docs.freeswitch.org/switch__types_8h.html#b74279dba7ee171b8b9d3decfcf1358417a4142baa45448bf4f74eb773d24870>, "Cannot queue any more events.....\n");
>
> 00049                 switch_event_destroy <http://docs.freeswitch.org/group__events.html#gd16cb49fa95c53cad45731669de40038>(&dup);
>
> 00050         }
>
> 00051
>
> 00052 }
>
> _________________________________________________________________________
> 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-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20131114/5efbd076/attachment.html 


Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list