[issue14016] Usage of socket.sendall() in multiple threads
New submission from Srikantha Kadur : Here is my code. Func1(): . . CliSock, addr = ServSocket.accept() print 'DataPortServ:Connected by', addr data.DataSendSock = CliSock for cnt in range(data.ThreadCnt):
[issue14016] Usage of socket.sendall() in multiple threads
Srikantha Kadur added the comment: Thanks David, as the last available option i used this tool. -- ___ Python tracker <http://bugs.python.org/issue14