On Tue, May 26, 2009 at 10:11 AM, Bo Lou <[email protected]> wrote: > i have a relativ big vector to send (1366875 elements), so it cost much time > in the for-loop(perhaps). when i used the read & write methods i got the > problem as Thomas mentioned. i don't know how to get rid of it & need help.
What is your vector data? If it is strings, or some other non-trivial data type, it has to be serialized using the for loop. When and where do you spend the time? During initial mapping, or during commit? Are you network- or CPU-bound? Best, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

