Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-dev] Thread safety of plexus container impl ?

I have been experimenting with concurrent loading of plugins for maven
core, and I am seeing some nice improvements.

Sisu is quite obviously not thread-safe in the construction of the
context, calling discoverComponents concurrently with lookup make
stuff fail badly. This is not surprising.

How deep does this run in the actual design of sisu/guice ?

Kristian


Back to the top