From: Chris Carter Date: 2007-07-31T00:33:32+09:00 Subject: Re: Append (<<) to Array attributes of DRb objects? On 7/29/07, Phlip wrote: > The BackgrounDRb mailing list will give you better odds of a good answer. > > In general, I treat my background threads with the strictest isolation, and > I don't go passing arrays back and forth. Consider the marshalling that must > occur just for one stinkin' <<. So I don't know the answer to your question, > even though I have used BackgrounDRb on 2 projects so far... > > -- > Phlip Note that he is not using BackgroundDRb, but DRb itself, so I believe this list is the most appropriate. You should probably just extend the array with DRbUndumped, that will (IIRC) speed up the appending, and allow << to work properly. -- Chris Carter concentrationstudios.com brynmawrcs.com