wuzhicms/jodconverter

Task timeout shouldn't include time waiting in the task queue

Closed this issue · 2 comments

In the current ManagedProcessOfficeManager implementation a Task will time
out even if it hasn't been submitted to OOo because it's still in the task
queue.

This is bad because it will unnecessarily restart the OOo process. The task
timeout should only start when the task is submitted to OOo.

The OOo pooling implementation should already fix this issue as a side effect.

Original issue reported on code.google.com by mirko.na...@gmail.com on 15 May 2009 at 2:48

Fixed with the introduction of ProcessPoolOfficeManager

Original comment by mirko.na...@gmail.com on 17 May 2009 at 7:32

  • Changed state: Fixed

Original comment by mirko.na...@gmail.com on 27 Mar 2011 at 1:21

  • Changed state: Released