Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!ukma!rex!rouge!gator.cacs.usl.edu From: pcb@gator.cacs.usl.edu (Peter C. Bahrs) Newsgroups: comp.unix.questions Subject: accept error Message-ID: <4573@rouge.usl.edu> Date: 26 Feb 90 21:45:01 GMT Sender: anon@rouge.usl.edu Distribution: usa Organization: The Center for Advanced Computer Studies, USL Lines: 16 Correct me if I am wrong (please). accept returns -1 on error in errno. errno == 24, EMMFILE -> too many open. What the heck does this mean? I create a socket S, do accepts and get S2, S3, ... SN until N = 59. Then the next one bombs with the above error. I have issued shutdown and close on 2...59. I noticed netstat shows 2...59 TIME_WAIT and the finally go away. Any ideas? /*----------- Thanks in advance... --Post or email ----------------------+ | Peter C. Bahrs | | The USL-NASA Project | | Center For Advanced Computer Studies INET: pcb@gator.cacs.usl.edu | | 2 Rex Street | | University of Southwestern Louisiana ...!uunet!dalsqnt!gator!pcb | | Lafayette, LA 70504 | +-----------------------------------------------------------------------*/