-
Enhancement
-
Resolution: Unresolved
-
Major
-
4.4.1.AM3
-
8
The initial discussion started here: https://github.com/jbosstools/jbosstools-openshift/pull/1359#discussion_r86245175
The problem is that ConnectionWrapper contains a lot of synchronized blocks, that can be bottlenecks. We need to think about using ConcurentHashMap for projects Map or refactor the whole logic of using global variables: projects and resourceCache to make them work synchronously.
- relates to
-
JBIDE-23184 Add Capability to Watch Projects
- Closed