wuzhicms/jodconverter

Restarting the office process should happen outside of a task execution

Opened this issue · 0 comments

When the maxTasksPerProcess limit is reached, we restart the office process.

This is currently done as part of executing a task, so that "unlucky" task
will take longer.

It would be better to do the restart outside of any task execution. (With
proper care for concurrency.)

Original issue reported on code.google.com by mirko.na...@gmail.com on 5 Jun 2009 at 12:17