How can I use multithreading concept in AEM?
I want to use the multithreading concept in AEM. How can I use this?
I want to use the multithreading concept in AEM. How can I use this?
You might want to check https://sling.apache.org/documentation/bundles/apache-sling-commons-thread-pool.html
In past sling scheduler has been the most common use case https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html
And ff you need processing gurantee (especiallly if you are working with AEM as cloud), then you might want to take a look at Sling Jobs https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html#jobs-guarantee-of-processing
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.