[OpenSIPS-Users] Will Opensip2 support epoll ET?

Vlad Paiu vladpaiu at opensips.org
Mon Dec 5 11:53:24 CET 2011


Hello,

The scenario you are describing is not possible because the TCP 
connection has attached to it the actual SIP msg that has been read so 
far. So if one worker receives EAGAIN, it will put the TCP connection 
back on the IN reactor, and when the FD will be triggered again, another 
worker will continue to read to the same SIP msg as the previous worker.

Regards,

Vlad Paiu
OpenSIPS Developer


On 12/05/2011 05:16 AM, dongwflj wrote:
> Hi:
> I am learning opensip2, it seems currently no support for epoll ET, 
> will we support it in future?
> If we use ET, two TCP sip messages come to server, I think one worker 
> thread should read all but till EAGAIN, but during the worker thread 
> is reading, another new packet coming on the same connection, that 
> will trigger another worker thread start to read buffer, will it cause 
> the 2 worker thread read wrong data? How can we solve this kind of 
> problem? Thanks!
>
>
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20111205/c87dfa19/attachment.htm>


More information about the Users mailing list