On Wed, May 2, 2012 at 4:52 PM, Andrew Willerding <[email protected]> wrote: > Is is simply a matter of doing a DataContext.createDataContext() inside of a > thread?
Yes. > Will the new DataContexts use the SharedConfiguration of the first > DataContext that was created? And yes. :-) (Although to be more precise, you initialize the shared configuration and then they all use it -- has nothing to do with the first DC that was created.) mrg
