sivanthiinfowave / jodconverter

Automatically exported from code.google.com/p/jodconverter
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed with the introduction of ProcessPoolOfficeManager

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

GoogleCodeExporter commented 8 years ago

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