From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ameer Armaly Subject: select function question Date: Fri, 1 Oct 2004 17:51:08 -0400 (EDT) Sender: linux-c-programming-owner@vger.kernel.org Message-ID: Mime-Version: 1.0 Return-path: List-Id: Content-Type: TEXT/PLAIN; charset="us-ascii"; format="flowed" Content-Transfer-Encoding: 7bit To: linux-c-programming@vger.kernel.org Hi all. I have some question about select: 1. one of the parameters is called writefds; what does this mean? 2. what does exceptfds mean? 3. how do I automatically know when an fd has new data?