Skip to main content
Participant
July 15, 2024
Pergunta

Does InDesign Server support parallel processing?

  • July 15, 2024
  • 2 respostas
  • 291 Visualizações

Does InDesign Server support parallel processing for concurrent requests using programmatic communication?

Este tópico foi fechado para respostas.

2 Respostas

Community Expert
July 16, 2024

So as @Robert at ID-Tasker mentioned. The IDS is supposed to work with launching multiple instances. Each instance is able to execute one job/script at a time. So in order to achieve multi tasking you need to have something like a load balancer which gets the input jobs and distributes them to instances of IDS based on their state busy/free.

-Manan

-Manan
Robert at ID-Tasker
Legend
July 15, 2024

Please define what do you mean by "parallel processing". 

 

InDesign Server allows you to run unlimited number of instances - as many as your server can handle - on the same server. 

 

So you can generate 20x INDD files at the same time - each INDD file is a separate instance. 

 

If you want to "communicate" between those instances - then it's up to the software that is handling creation of those instances.