sphinx-contrib / plantuml

BSD 2-Clause "Simplified" License
113 stars 40 forks source link

Adds FTP mode support for PlantUML #48

Closed danwos closed 10 months ago

danwos commented 3 years ago

Allows to use the FTP mode from PlantUML. This avoids the startup of the JAVA RTE for each diagram generation, which may speed up the overall build process if many files need to be generated.

It is the first shot, so it may not be perfect.

Content:

Known problems:

Fixes #44

danwos commented 10 months ago

Ok, I thought with the batch mode the FTP solution is not planned to get implemented. But if it is still on the ToDo list, I will update it and fix the conflicts. Just let me know :)

yuja commented 10 months ago

I think the current batch option is good enough to get rid of jvm overhead. @jdillard do you have a use case where you want to use the FTP mode?

jdillard commented 10 months ago

Totally fine with me! I was just poking around and forgot to look when the PR was created.

danwos commented 10 months ago

Ok, I close this PR as there is no need to implement it :)