Discussion:
too many open connections?
(too old to reply)
Yef
2005-03-16 03:15:25 UTC
Permalink
Hello,

I have a program that can open several thousand
TCP stream connections simultaneously. I am finding
that this program has this many connections open,
Windows XP crashes with a blue screen. When it comes up,
it complains of a "serious error".

Has anyone seen this problem before who can confirm
that too many connections is a problem?

Thanks.
Arkady Frenkel
2005-03-18 19:15:18 UTC
Permalink
Due to MSDN the number of sockets is limited by resources of the computer
only , so you have to send minidump of crash to MSFT
Arkady
Post by Yef
Hello,
I have a program that can open several thousand
TCP stream connections simultaneously. I am finding
that this program has this many connections open,
Windows XP crashes with a blue screen. When it comes up,
it complains of a "serious error".
Has anyone seen this problem before who can confirm
that too many connections is a problem?
Thanks.
Yef
2005-03-19 16:01:35 UTC
Permalink
Post by Arkady Frenkel
Due to MSDN the number of sockets is limited by resources of the computer
only , so you have to send minidump of crash to MSFT
What does MSDN have to do with it?

MSDN = Microsoft Developers Network

Loading...