> Something is limiting the TCP/IP connections from my python program at > 10 maximum at the same time. > I do not see this limit in my code. > I did not bumped over the 4226 error. > > => Where does this limit come from. > => How can I overcome it.
You can just edit it by creating a new key in the registry. HKEY_LOCAL_MACHINE - SYSTEM - CurrentControlSet - Services -Tcpip - Parameters Create a DWORD key named "TcpNumConnections" and set the value to 00fffffe or 16777214. -kondal -- http://mail.python.org/mailman/listinfo/python-list