hi guys,

i cant made up my mind about this.
if i have an stl vector with n elements that will never change its content,
and there are two threads accessing this vector for read purposes only,
do i need to synchronize this object ?

thanks