Kun Niu wrote:
Dear all,
I'm trying to transform many office documents into pdf files all at
once on Linux with soffice run in daemon mode.
It seems that the documents are processed one by one even though they
are sent to different processes listening on different port.
What I want is that all the documents can be processed simultaneously.
Thanks in advance for any hints or advice.

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


===================================
I think the question that needs answering here is:
Is OOo capable of actual multi-user multi-tasking via one daemon?

What happens when you do something like:

contents of test.sh:
initiate swriter infile1 outfile1
initiate swriter infile2 outfile2
initiate swriter infile3 outfile3
initiate swriter infile4 outfile4


where initiate has the code to start swriter and link API commands to do the load, export and quit. The link id needs to change per line to get different swriter instances working. If they all link to same instance then it would be normal for the one to process sequentially.


As for API commands to accomplish this: Developers have yet to respond.


Steve
[EMAIL PROTECTED]

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

Reply via email to