Hi,
I've just implemented a simple client/server pair. Next I've tried to
run some data transfer (consuming)) performance tests (all happened in 2
JVM's on a single shared server).
The problem is that from a specific load on the data come quicker into
the server then it could handle them. When I'm right, the extra data
will be stored in the incoming pipeline, right? What happens, if this
pipeline is full? And how can I prevent from such situations?
Any suggestions will be appreciated. Thanx.
Michael