D
Dave
An test application uses remoting to call a component on a
different machine. The client app has 2 buttons. The
first calls the component using http/soap and it is
remarkably fast. The second button uses tcp/binary and it
is remarkably slow the first time but subsequent
executions are remarkably fast.
Why is TCP so slow the first time? Why does it run
remarkably fast if I first click the http button?
different machine. The client app has 2 buttons. The
first calls the component using http/soap and it is
remarkably fast. The second button uses tcp/binary and it
is remarkably slow the first time but subsequent
executions are remarkably fast.
Why is TCP so slow the first time? Why does it run
remarkably fast if I first click the http button?