Do you removed this branch?

I'll apply this patch when you send it to the mailing list because
there is no good reason of setting the limit to a random number.

However, I think that even if the queue size is infinite, you hit the
dead lock due to out of memory. It's up to your application design.

On Fri, 13 Feb 2015 00:17:30 -0800
Zealot <[email protected]> wrote:

> If the handler is blocked by any flow action waiting for the barrier reply, 
> and the receive queue is flooded with other messages, the barrier reply may 
> not be queued then the handler will be blocked forever.
> 
> Changes the queue to infinite size will fix the problem.
> You can view, comment on, or merge this pull request online at:
> 
>   https://github.com/osrg/ryu/pull/31
> 
> -- Commit Summary --
> 
>   * Fix request hangs
> 
> -- File Changes --
> 
>     M ryu/base/app_manager.py (2)
> 
> -- Patch Links --
> 
> https://github.com/osrg/ryu/pull/31.patch
> https://github.com/osrg/ryu/pull/31.diff
> 
> ---
> Reply to this email directly or view it on GitHub:
> https://github.com/osrg/ryu/pull/31

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to