Re: [C++-sig] boost python wrapping boost message queue problem

2015-01-09 Thread Holger Joukl
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

[C++-sig] boost python wrapping boost message queue problem

2015-01-08 Thread 袁振飞
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