Thank you for your reply.
The reason I want to process the files in parallel is that I want to
run soffice as a service.
It is used by some other processes to transform ms office documents
into pdf files.
Suppose I can process one ppt file in open office in 30 seconds.
I find that I'll have to wait for 120 seconds so that four different
soffices listening on 4 different ports can finish processing the
file.
Yet I hope that the process can be faster like 90 seconds or 60
seconds or even smaller.
But it's true that pdf processing is really CPU intensive.
Does it mean that my issue can't be solved at present stage?
Thanks again for your reply.

2008/11/5 bill <[EMAIL PROTECTED]>:
> 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.
>>
>
> Why ?
> Creating a .pdf is very processor intensive and  you are likely to get
> better performance taking them one by one unless you have a 3 core or
> greater cpu and the OS can run them in parallel.
>
> --
> Bill Drescher
> william {at} TechServSys {dot} com
>
>



-- 
失业
         牛坤
MSN:[EMAIL PROTECTED]

Reply via email to