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: Asynchronous and nonblocking Content-Type: text/plain; charset=us-ascii Message-ID: <3247E071.35C8@cod.nosc.mil> 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:31:16 GMT X-Mailer: Mozilla 3.0b6Gold (Win95; I) Lines: 12 Xref: euryale.cc.adfa.oz.au comp.unix.bsd:16825 comp.unix.programmer:43674 comp.unix.questions:88174 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?