Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Domino Designer
Categories Java
Created by Guest
Created on Jun 21, 2021

Remove the necessity to call sinitThread/stermThread

The need to (de-)register threads has always been a source of panic. E.g. calling Domino functions from within Swing. But Java 8 brings another, more subtle problem. Working with streams makes a lot of things much easier and more clearly - but if you access Domino from within a stream it may work or may crash your server. This is because streams might be executed in different threads. And if you convince the stream api to use your custom ThreadFactory, your code gets ugly and the gains of using stream are mostly lost.

  • Attach files