Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce number of threads in ui layer #85

Open
herrgrossmann opened this issue Apr 14, 2018 · 0 comments
Open

Reduce number of threads in ui layer #85

herrgrossmann opened this issue Apr 14, 2018 · 0 comments

Comments

@herrgrossmann
Copy link
Member

herrgrossmann commented Apr 14, 2018

The ui layer is very lavish with creation of threads.
Even is these thread sleeping most of the time, it makes it difficult to monitor the application, e.g. with jvisualvm.

The goal is to share executorService instances among the classes they was needed.

Candidates can be found in the following classes:

  • org.jowidgets.cap.ui.impl.ParentSelectionListener
  • org.jowidgets.cap.ui.impl.widgets.BeanTableSearchFilterToolbar
  • org.jowidgets.cap.ui.impl.widgets.BeanTableImpl
  • org.jowidgets.cap.ui.impl.BeanTableModelImpl
    ...
herrgrossmann pushed a commit that referenced this issue Apr 14, 2018
[issue #64] Inexpressive thread names
[issue #85] Reduce number of threads in ui layer
fixes issue #86
fixes issue #64
minor changes for issue #85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant