[asterisk-users] Connect to 'agi://blablabla' failed: Operation now in progress

Simone Cittadini mymailforlists at gmail.com
Mon Jul 17 04:17:23 MST 2006


Moises Silva ha scritto:

> AFAIK operation now in progress is a common status when you open a
> socket connection. When you use blocking sockets usually you dont see
> this because the "connect" call does not return until the connection
> is done. But when using non-blocking sockets, the connect call returns
> immediatly and if you try to connect again, you will get the
> "operation now in progress" message. I have seen this in my PHP
> Manager Proxy, but not sure what implications may have in FastAGI. May
> be it only tells that the connection stablishment takes a little
> longer, network congestion may be?


We have a 'non blocking father' which spawns a 'blocking child' for each 
connection.
So this can be the case, but I don't think it's related to network 
congestion, it's local on 127.0.0.1 and I see the messages even on low load.

Oh well, since it works ...

>
> Regards
>
> On 7/13/06, Simone Cittadini <mymailforlists at gmail.com> wrote:
>
>> I get a lot of this warnings in my logs.
>>
>> Connect to 'agi://blablabla' failed: Operation now in progress
>>
>> What exactly 'operation now in progress means' ? is asterisk still
>> trying so the call isn't lost ?
>>
>> _______________________________________________
>> --Bandwidth and Colocation provided by Easynews.com --
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>    http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>
>




More information about the asterisk-users mailing list