Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fesoleg

  1. fesoleg

    After connecting with socket and sending data, unable to recv

    Try to put code: [input, output, error] = select([s.fileno()], [], []) if s.fileno() in input: result = s.recv(1024) <do some stuff with result> else: <do something else> into infinite loop

Part and Inventory Search

Back
Top