Forum How do I...?

Long running server mode

devuser
Hi,

is there a way to make Prince works in "long running" mode, i.e. launch the program one time, keep it running and make requests to it, avoiding the overhead of starting new process for each conversion?

Thank you.
mikeday
Yes, the Prince control interface accessible via the Java and C# wrappers allows this.
devuser
Thank you for the quick answer!
I'm going to use the C# wrappers, could you tell me exactly which methods should I use, please?
mikeday
The PrinceControl class has Start(), Stop(), and Convert() methods.