S
S
samincornito2016-06-25 17:59:12
Java
samincornito, 2016-06-25 17:59:12

Application hangs(all threads are blocked) in case job updates are started in the same time. How can I fix it?

We have a single thread pool with 10 threads and quartz scheduler that runs out jobs in some time. Almost all jobs are using two requests to the different DBs that are later merged with Observable.zip operation.
As I understood additional blocking might occur when all threads are already used by jobs but the zip operation wants 2 threads for DB requests.
Am i right? How can I fix this issue?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artur Nurullin, 2016-06-30
@Splo1ter

Not here =)
Ask at stackoverflow.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question