Winsock Error Codes - Brought to you by Winsock-Error.com

10067 "Too many processes."

WSAEPROCLIM (Winsock error number: 10067)

Microsoft say this about Winsock error 10067 - WSAEPROCLIM:

A Windows Sockets implementation may have a limit on the number of applications that can use it simultaneously.WSAStartup may fail with this error if the limit has been reached.

Full details of Winsock TCP error 10067 - WSAEPROCLIM:

Berkeley description: No equivalent in 4.3 BSD or compatible operating systems.

WinSock description: No equivalent.

   
This page is designed to help you to understand Winsock TCP error 10067. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 10067, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 10067 (WSAEPROCLIM):

C#
long WSAEPROCLIM = 10067 ;

VB.net
Dim WSAEPROCLIM As Long = 10067

VB6
Dim WSAEPROCLIM As Long
WSAEPROCLIM = 10067