You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
andreas....@celum.com
on 7 Oct 2008 at 1:54The text was updated successfully, but these errors were encountered: