-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FISH-8302 Describe Configuration of Virtual Threads in Concurrency Resources #551
base: main-7
Are you sure you want to change the base?
Conversation
…sources Also remove obvious copy&paste error, taskqueuecapacity in MSES
...mentation/Payara Server Documentation/Command Reference/create-managed-executor-service.adoc
Outdated
Show resolved
Hide resolved
...Payara Server Documentation/Command Reference/create-managed-scheduled-executor-service.adoc
Outdated
Show resolved
Hide resolved
...cumentation/Payara Server Documentation/Command Reference/create-managed-thread-factory.adoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may also be worth having some mention of this over on the "Administering Concurrent Resources" page
Based on Andrew's review suggestion. Co-authored-by: Andrew Pielage <pandrex247@hotmail.com>
Co-authored-by: Andrew Pielage <pandrex247@hotmail.com>
Co-authored-by: Andrew Pielage <pandrex247@hotmail.com>
@Pandrex247 Ad adding more info about virtual threads: Yes, but after we will have more hands-on experience. So far, the results are quite mixed. VTs are not a silver bullet, it's actually quite difficult to find a situation, when they bring some improvement. |
Describing configuration of virtual threads in MES, MSES, MFT.
Also remove obvious copy&paste error,
taskqueuecapacity
in MSES.