Hello All I'm writing a simple wrapper in python to be able to control some real-time processes. To communicate between the real-time process, and the python process I'm using native queues. Sending messages from the python process to the realtime process is working fine, but when I try to send a message from the realtime process to the python process, I'm having problems. Using rt_queue inquire, I know that the message is in the queue, but the receive function in the python side, never receives it.
Is there a limitation that apply to my application? I have tested with pipes, and it works, but I want to implement everything using queues. Thanks -- Ricardo Amézquita O Combustión Ingenieros Ltda Cll 25B # 85B - 76, Bogotá / Colombia Tel: 57-1-2635232 Fax: 57-1-4296516 http://www.cihologramas.com _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
