https://bugs.documentfoundation.org/show_bug.cgi?id=106134

            Bug ID: 106134
           Summary: headless mode does not allow concurrent jobs
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: s+cr...@frndt.de

I was trying to batch convert XLSX files to CSV on a multi-CPU system. 
However, libreoffice calc would only process one file at a time.

Steps to reproduce:

1. /usr/lib64/libreoffice/program/soffice.bin --headless --convert-to 'xls:MS
Excel 97' --outdir . /tmp/SXW1E_IS_1.xlsx &
2. /usr/lib64/libreoffice/program/soffice.bin --headless --convert-to 'xls:MS
Excel 97' --outdir . /tmp/SXW1E_IS_2.xlsx &
3. top

Expected results:

Both jobs should have run in parallel.  New systems will almost exclusively
scale vertically (more CPUs, more cores, etc.), not allowing concurrent
workloads is an obsolete paradigm.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to