Hi,
> I wrapped the boost ipc message queue into Python using Boost.Python.
> Everything goes fine except I found that
>
> 1. the try_receive / try_send will block python when the mq is empty /
full.
> 2. when I use the wrapped message queue in one Python thread, any
> other Python thread would be
Hi all.
I wrapped the boost ipc message queue into Python using Boost.Python.
Everything goes fine except I found that
1. the try_receive / try_send will block python when the mq is empty / full.
2. when I use the wrapped message queue in one Python thread, any
other Python thread would be blocke