Multiple Thread Pools in OFBiz

Chandan Khandelwal <[email protected]> Fri, 30 May 2025 15:30:18 +0530
Newsgroups gmane.comp.java.ofbiz.devel,gmane.comp.jakarta.jmeter.user
Message-ID <CAND41h4QpozPH4xOeEOFN8bWrvfqV2KPOiunXX3w1p4Wfz4-fw__39351.9221617439$1748599329$gmane$org@mail.gmail.com>
--0000000000006cb1aa0636577d43
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hello All,

During recent work with OFBiz involving a large number of background jobs,
I observed a limitation in the current setup: OFBiz supports only a single
global <thread-pool> configuration in serviceengine.xml.

This makes it challenging to manage and optimize the execution of jobs that
have different resource requirements and priorities. In high-load
scenarios, this can result in lower-priority tasks affecting the
performance of more critical jobs.

I=E2=80=99m currently exploring this area and would like to understand if o=
thers in
the community have faced similar challenges. Any thoughts, experiences, or
suggestions would be helpful.

Looking forward to your input.


Kind Regards,
Chandan Khandelwal

--0000000000006cb1aa0636577d43--