I am new to concurrency issues, and am working with DRb (also new to this). My DRb class assigns a value to an instance variable that will be accessed by my client. Is there a possibility with a concurrency issue if the client tries the access that variable when it is being assigned. i.e.... @list = LabelList.new(@label_list) Will I need a mutex around this? Thanks, Trish