Return to BSD News archive
Xref: sserve comp.unix.bsd:5294 comp.sys.sun.apps:1635
Path: sserve!manuel!munnari.oz.au!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsk!cbnewsj!att-out!oucsboss!oucsace!smanicka
From: smanicka@oucsace.cs.ohiou.edu (Senthilkumar Manickavasagam)
Newsgroups: comp.unix.bsd,comp.sys.sun.apps
Subject: Berkeley Sockets
Message-ID: <1992Sep18.171117.16127@oucsace.cs.ohiou.edu>
Date: 18 Sep 92 17:11:17 GMT
Followup-To: smanick@oucsace.cs.ohiou.edu
Organization: Ohio University C.S. Dept, Athens
Lines: 27
Hey There..,
I'm writing some networking programs
in Sun Sparc 2(SUNOS 4.1.2) using Sockets.
The problem :
The server.. (serves some clients).
The Clients are connected to the server using
sockets .. Internet Domain
Strem Socket
Now,
The server has to know the status
of the socket.. in essence the validity of
the socket. i.e if there is any error
in the socket, the server has to take some actions
So to test the socket, i used poll to find
POLLERR.. didin't help
then i tried ioctl and select..
not much improvement
Can anyone help me
Reply by email to
smanicka@oucsace.cs.ohiou.edu
Thanks in advance
Senthil
____________________________________________________