Kerni
11-07-2007, 10:53
Dear wmUsers,
In one of our interfaces we are using a parallel processing(publish multiple documents, subscribe them concurrently, process requests and wait for reply) method to meet the business requirment which the request and reply process should be completed within 20 sec.
Most of the time the process completes within 2-8 seconds. however, sometimes it takes more than 20 sec, which forces the requester to time-out. According to our log history, those failed requests, the published documents stay in the broker for long time (~20 sec) and all the process time elapsed before the trigger subscribes to the documents.
- We increased the trigger capcity to 50 with refill level 15. Processing more is concurrent with 15 max thread exec. But it didn't solve the issue.
- the docoments are small in side (<10kb)
If you have any suggestion or solution to this issue I appreciate your help.
thanks,
Kerni
In one of our interfaces we are using a parallel processing(publish multiple documents, subscribe them concurrently, process requests and wait for reply) method to meet the business requirment which the request and reply process should be completed within 20 sec.
Most of the time the process completes within 2-8 seconds. however, sometimes it takes more than 20 sec, which forces the requester to time-out. According to our log history, those failed requests, the published documents stay in the broker for long time (~20 sec) and all the process time elapsed before the trigger subscribes to the documents.
- We increased the trigger capcity to 50 with refill level 15. Processing more is concurrent with 15 max thread exec. But it didn't solve the issue.
- the docoments are small in side (<10kb)
If you have any suggestion or solution to this issue I appreciate your help.
thanks,
Kerni