Re: [equinox-dev] Thread Safety Issues

2008-09-18 Thread Rob Harrop
> Date: 09/18/2008 07:20 AM > > Subject:Re: [equinox-dev] Thread Safety Issues > > > > > > >

Re: [equinox-dev] Thread Safety Issues

2008-09-18 Thread Thomas Watson
g list Date: 09/18/2008 07:20 AM Subject: Re: [equinox-dev] Thread Safety

Re: [equinox-dev] Thread Safety Issues

2008-09-18 Thread Rob Harrop
> Date: 09/18/2008 05:50 AM > > Subject:Re: [equinox-dev] Thread Safety Issues >

Re: [equinox-dev] Thread Safety Issues

2008-09-18 Thread Thomas Watson
:50 AM Subject: Re: [equinox-dev] Thread Safety Issues Tom, I updated the patch for the BundleRepository issue. After looking at it in detail I decided the best way to go was to

Re: [equinox-dev] Thread Safety Issues

2008-09-18 Thread Rob Harrop
otice already that a few calls to the Resolver are made whilst holding the StateImpl lock (linkDynamicImport for example). Is this something you are happy to keep since the Resolver is basically in the same codebase? Rob On Wed, Sep 17, 2008 at 07:02:08AM -0500, Thomas Watson wrote: > > [equinox-

Re: [equinox-dev] Thread Safety Issues

2008-09-17 Thread Rob Harrop
On Wed, Sep 17, 2008 at 07:02:08AM -0500, Thomas Watson wrote: > > [equinox-dev] Thread Safety Issues > > > > Rob Harrop > > > > to: > > > > equinox-dev > > > > 09/16/2008 11:38 AM > > > > > > Chaps, > > > > I

Re: [equinox-dev] Thread Safety Issues

2008-09-17 Thread Thomas Watson
> [equinox-dev] Thread Safety Issues > > Rob Harrop > > to: > > equinox-dev > > 09/16/2008 11:38 AM > > > Chaps, > > I've created a few bug reports (with patches) related to thread > safety issues we have found while using Equinox in SpringSource

[equinox-dev] Thread Safety Issues

2008-09-16 Thread Rob Harrop
Chaps, I've created a few bug reports (with patches) related to thread safety issues we have found while using Equinox in SpringSource dm Server. I felt that it wasn't appropriate to create massive patches so I focused instead on point fixes, but I wanted to briefly outline what I think is a fu