[issue14016] Usage of socket.sendall() in multiple threads

2012-02-14 Thread Srikantha Kadur
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

2012-02-14 Thread Srikantha Kadur
Srikantha Kadur added the comment: Thanks David, as the last available option i used this tool. -- ___ Python tracker <http://bugs.python.org/issue14