Return to BSD News archive
Newsgroups: comp.unix.programmer,comp.unix.questions,comp.unix.bsd 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> Subject: Asynchronous and non blocking Content-Type: text/plain Message-ID: <1996Sep24.170757.14030@nosc.mil> To: gpham Sender: news@nosc.mil Content-Transfer-Encoding: 7bit Organization: NRaD Mime-Version: 1.0 Date: Tue, 24 Sep 1996 17:07:57 GMT X-Mailer: Mozilla 1.2 (Windows; U; 16bit) Lines: 23 Xref: euryale.cc.adfa.oz.au comp.unix.programmer:43689 comp.unix.questions:88195 comp.unix.bsd:16826 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?