[Spread-users] Java-Spread: SpreadException

Piero Campanelli pieroc at pierocampanelli.info
Thu Jun 17 08:34:34 EDT 2004


Hi,

I have writtend a simple sender and a simple receiver using Java Spread 
API. Sender does something that resemble the following:

for (;;) {
	msg = new Message(....)
	send(msg);
}

while receiver listen messages and do some statistical count.

I am experimenting an high throughput of messages/sec but at the same 
time i am experiencing a spreacexception on receiver (cfr: "Connection 
closed while reading header").
I see that this happen when message flow is very high and CPU workload 
too. What does this mean?

Tnx
Piero





More information about the Spread-users mailing list