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

Option --no-launch #6

Merged
merged 3 commits into from
Jul 20, 2011
Merged

Option --no-launch #6

merged 3 commits into from
Jul 20, 2011

Conversation

eagleas
Copy link
Contributor

@eagleas eagleas commented May 26, 2011

This option may be required when soffice monitored by monit daemon.

@dagwieers
Copy link
Member

Hmm, I am probably lacking some insight here. Why do you want to run unoconv without a listener if no LibreOffice instance is running ? What purpose does unoconv have without a way to communicate with LibreOffice ?

Thanks for clarifying :-)

@eagleas
Copy link
Contributor Author

eagleas commented May 30, 2011

Hello Dag.
Im running unoconv via Delayed_Job, but I need to control resources (CPU, Memory).
Example: dd if=/dev/urandom of=tmp.doc bs=1M count=20 && unoconv -f pdf tmp.doc
As result => 99% CPU, 80% memory in process soffice.
In my case I'm running soffice via monit daemon (with resource control), and monit, if necessary, will restart soffice (defined PID) independently.
If unoconv will started own self soffice instance, so monit daemon not be able to control its.
With --no-launch option unoconv should search soffice on TCP port and exit with non zero return code if not found. Delayed_job will processed later.
Clearly I explained? :-)

@dagwieers dagwieers closed this Jul 20, 2011
@dagwieers dagwieers reopened this Jul 20, 2011
dagwieers added a commit that referenced this pull request Jul 20, 2011
@dagwieers dagwieers merged commit 536dd8d into unoconv:master Jul 20, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants