home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!kithrup!stanford.edu!ames!network.ucsd.edu!news!nic.cerf.net!wegrzyn
- From: wegrzyn@nic.cerf.net (Chuck Wegrzyn)
- Newsgroups: comp.unix.sysv386
- Subject: Problem with ESIX 5.4 and maybe SysV.4 Sockets
- Message-ID: <2556@news.cerf.net>
- Date: 20 Aug 92 21:29:58 GMT
- Sender: news@news.cerf.net
- Organization: CERFnet
- Lines: 22
- Nntp-Posting-Host: nic.cerf.net
-
- Here is my test program that "blows" Esix System V.4 out of the
- water. What I want to know is if everyone is having the same
- problem?
-
- main()
- {
- while(1)
- {
- int s = socket(AF_INET,SOCK_DGRAM,0);
- close(s);
- }
- }
-
- Yes, I know the program doesn't do much. What I observe is that if you
- run ps -l, you will notice the "swap" size field (SZ) increasing
- forever. When you run out of swap space things don't work so well.
-
- Has anyone seen this problem before?
-
- Chuck Wegrzyn
- wegrzyn@cerf.net
-
-