Per Jessen wrote:
I'm running soffice on a virtual frame buffer (Xvfb) to run a macro
producing a PDF based on .sxw input.  Does anyone happen to know if I
can run multiple soffice concurrently?  I.e. can multiple
soffice "share" the Xvfb ?


Silly question, but why involve X at all? The following culled from one of my scripts runs without a display:

exec /usr/local/bin/openoffice.org-2.3.0-swriter -headless  \
"macro:///Standard.conversions.SaveAsPDF(\"$1\", \"$2\")"


But I have observed that even running this way, at least part of the OOo engine is shared between instances of the script, to the extent that debugging one caused another to hang. (V2.x, at least).


--
Mike Scott Harlow Essex England.(mike -a-t- scottsonline.org.uk)
(Processing of this email by 3rd parties in relation to advertising
services is forbidden.)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to