[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 ___ ___ Pytho

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

2012-02-14 Thread R. David Murray
R. David Murray added the comment: This isn't really the place to get help on using python, but no, python doesn't do any implicit locking for you. -- nosy: +r.david.murray resolution: -> invalid status: open -> closed ___ Python tracker

[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): SessionId = start