Re: Strange server socket behaviour



In article <OTK81QcQHHA.4404@xxxxxxxxxxxxxxxxxxxx>, Massimo wrote:
I'm fearing this, too :-(

What shows up on the server console when you run your test? You are
writing some extra information onto the console.

Also, it looks as if the code accepts a connection and waits for the
first data to be received before it re-primes the accept. I think I
know (from looking at logs from a server in an unfreindly environment)
that it is possible to get exceptions from an EndAccept(). Where is the
exception taken? The sample code doesn't include the try/catch code.

Hope this helps.

Mike

.


Loading