Path: utzoo!attcan!uunet!brunix!m2jhc!jhc From: jhc@m2jhc.uucp (James H. Coombs) Newsgroups: comp.unix.questions Subject: Re: Is there a limit to create sockets on UNIX?? Message-ID: <45900@brunix.UUCP> Date: 26 Jul 90 17:36:31 GMT References: <25027.26ad5a50@kuhub.cc.ukans.edu> <2913@awdprime.UUCP> Sender: news@brunix.UUCP Reply-To: jhc@m2jhc.UUCP () Organization: IRIS - Brown University Lines: 14 In article <2913@awdprime.UUCP> kent@opus.austin.ibm.com (Kent Malave') writes: > > Sounds like a filesystem limitation. I agree, although I would say that it is not a filesystem limitation but a limit on the number of files that may be concurrently open for a single process. > You might try INET family sockets! Internet domain sockets still take a file descriptor in the process even though no file is created on the filesystem. --Jim