does PlantUML support multi-thread execution?

0 votes
asked May 24, 2018 in Question / help by raydac (140 points)
when I am trying to render an image from script through Java API call SourceStringReader#outputImage then I start it in a separated thread (with Future) and define some time out, Java works well I get InterruptedException for time out (if I provide wrong parameters like scale 300) but it looks like that plantuml doesn't process thread interruption and continue work, does it support any canceling and work in Java mult-thread environment?
commented Jan 25, 2021 by krasa (820 points)

@plantuml Same question. Calling SourceStringReader#outputImage parallely seems to work, but is it safe? And regarding the interrupt - that has been broken for a long time https://forum.plantuml.net/9922/nullpointerexception

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...