R
RJ
I'm fairly new to web services, but I think I understand that they operate
in a stateless manner by design. It seems that there is a delay the first
time you call the web service methods, or call them after some period of
inactivity. I'm guessing there is creation of some proxy which takes time,
and is flushed out of memory if it is inactive for some time. This delay
time makes the overall throughput time unacceptable.
Is there a way to code, tune or configure to avoid this behavior, and get
quick response on all calls? Thanks.
RJ
in a stateless manner by design. It seems that there is a delay the first
time you call the web service methods, or call them after some period of
inactivity. I'm guessing there is creation of some proxy which takes time,
and is flushed out of memory if it is inactive for some time. This delay
time makes the overall throughput time unacceptable.
Is there a way to code, tune or configure to avoid this behavior, and get
quick response on all calls? Thanks.
RJ