On 18. Jan 2008, at 15:16, Anca Berariu wrote:
right before receiving the data from the channel on the remote node (at28).The remote renderer is not entering in the Channel::frameDraw() ... freezes somewhere on the way.
It's hard to see what's going on. It might be that you hit this bug:<http://sourceforge.net/tracker/index.php?func=detail&aid=1831090&group_id=170962&atid=856209 >
If you see that the receiver thread is stuck in Connection::send on the application, you've hit it. Workarounds are 1) Use the attached patch on the current svn tree - might still be buggy 2) Increase the pipe() buffer size - iirc setrlimit() does that on Linux 3) Use a different node implementation on the app node where you don'tmap the data, but reuse the application data. You need to executables
with different NodeFactories. HTH, Stefan.
bug.diff
Description: Binary data
_______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

