On 27. Oct 2011, at 23:04, Michael Pope [via Software] wrote:

> For my replies, I'm setting a dirty bit (DIRTY_REPLY) and commiting it on the 
> client side. This triggers a notifyNewVersion on the master. I increment a 
> counter each time I receive a notifyNewVersion. When the counter == the 
> number of client nodes I know I'm ready to commit. The master copy will then 
> send out a COMMIT job to the clients (via the notifyNewHeadVersion 
> mechanism). 
> 
> Does this make sense to you? 

Sounds reasonable. The only tricky thing you might need to be aware of is the 
latency, i.e., if you send a 'process' command each frame you'll have to 
organize your replies by frameNumber to not count a reply for frame N+1 in 
frame N.


Cheers,

Stefan.



--
View this message in context: 
http://software.1713.n2.nabble.com/Sending-packets-containing-std-wstring-tp6845178p6939053.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.
_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to