Discussion:
WADI waits for 2 seconds before serving each request
Ashish Jain
2010-09-01 13:11:07 UTC
Permalink
Hi,

I am a user of apache geronimo and using geronimo 2.1.3. Geronimo 2.1.3
comes with wadi 2.0. I am facing one issue
in which each request to a cluster of 2 nodes is served with a delay of 2
seconds. While debugging this issue I found that
Quipu.waitFor(timeout) is the place where there is a wait for 2 seconds
before proceeding ahead. Can someone she more
light on

a) Why is this required?
b) Can the default timeout which is being set through
"InvocationMetaData.DEFAULT_TIMEOUT=2000" be modified to
someother lower value??

Thanks
Ashish

Loading...