Return to BSD News archive
Newsgroups: comp.unix.bsd,comp.unix.programmer,comp.unix.questions Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!ihnp4.ucsd.edu!newshub.nosc.mil!news!news From: Grace Huynh <gpham@cod.nosc.mil> Subject: asyn and nonblocking Content-Type: text/plain; charset=us-ascii; name="asy.txt" Message-ID: <3247E23A.67DD@cod.nosc.mil> Content-Disposition: inline; filename="asy.txt" Sender: news@nosc.mil Reply-To: gpham@cod.nosc.mil Content-Transfer-Encoding: 7bit Cc: gpham Organization: NRaD Mime-Version: 1.0 Date: Tue, 24 Sep 1996 13:29:30 GMT X-Mailer: Mozilla 3.0b6Gold (Win95; I) Lines: 23 Xref: euryale.cc.adfa.oz.au comp.unix.bsd:16824 comp.unix.programmer:43673 comp.unix.questions:88173 I'm just beginning program in socket. Some concepts that I'm quite understand. Please help me to understand more. I'm not sure if I understand about ASYNCHRONOUS and NON BLOCKING. My server had been set as ASYNCHRONOUS. I want my server running as both ASYNCHRONOUS and NON BLOCKING. By default all servers are in NON BLOCKING or I have set it for NON BLOCKING with FIONBIO? Having these two together. Doesn't cause a confict isn't it?