Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Oct 18, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

Closing as Invalid.

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

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant