wuzhicms/jodconverter

parallel processing of office files cause a problem if limit of maxTasksPerProcess is reached

Closed this issue · 2 comments

parallel processing of office files cause a problem if limit of
maxTasksPerProcess is reached.


What steps will reproduce the problem?
1. I started one managedOfficePRocess.
2. I did conversion from multiple threads with this instance
3. The first conversion reaching maxTasksPerProcess kills the oo process
and causes other running processings to fail.

What is the expected output? What do you see instead?
Jod should wait until all other conversions are finished and then restart.
New conversion calls should be blocked in the meantime.


What version of the product are you using? On what operating system?
OO3 and Windows 

Please provide any additional information below.

Original issue reported on code.google.com by andreas....@celum.com on 7 Oct 2008 at 1:54

Sorry I didn't notice this issue report before.

Currently there is actually no parallel processing: conversions are serialised 
i.e.
the OOo process will only perform one conversion at a time. So this problem 
should
not occur.

Please provide more details, or post to the group to discuss.

Original comment by mirko.na...@gmail.com on 24 Dec 2008 at 1:18

Closing as Invalid.

Original comment by mirko.na...@gmail.com on 21 Jan 2009 at 8:18

  • Changed state: Invalid