Multithreaded bundle and service instances
问题 Assume I have 3 bundles A , B and B1 . Bundle A is the starting point of my application. Bundle B provides the API of the service used by A . Bundle B1 is an implementation of the service. Basically, bundle A has a set of records that it processes one after the other. There is no order for processing the records. I would like to improve performance of my application by processing subsets of records concurrently. I thought about two different ways: multiple instances of bundle A and, bundle A