From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43056 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: display-time, mail-icon and POP3 mailboxes Date: Tue, 12 Feb 2002 16:25:15 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200202081357.g18Dvfw05454@aztec.santafe.edu> <5x1yfva7m8.fsf@kfs2.cua.dk> <5xn0yhrtye.fsf@kfs2.cua.dk> <200202111848.g1BIm0406891@aztec.santafe.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178212 15563 80.91.224.250 (21 Oct 2002 05:30:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:30:12 +0000 (UTC) Return-Path: Original-Received: (qmail 12449 invoked from network); 12 Feb 2002 16:25:57 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 12 Feb 2002 16:25:57 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16afkM-00071l-00; Tue, 12 Feb 2002 10:25:34 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 12 Feb 2002 10:25:32 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA04152 for ; Tue, 12 Feb 2002 10:25:21 -0600 (CST) Original-Received: (qmail 12445 invoked by alias); 12 Feb 2002 16:25:17 -0000 Original-Received: (qmail 12440 invoked from network); 12 Feb 2002 16:25:17 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 12 Feb 2002 16:25:17 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16afuH-0003kd-00 for ; Tue, 12 Feb 2002 17:35:49 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 15 Original-NNTP-Posting-Host: inchgower.isltd.insignia.com Original-X-Trace: quimby2.netfonds.no 1013531749 14124 195.74.141.61 (12 Feb 2002 16:35:49 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 12 Feb 2002 16:35:49 GMT X-Jans-Posting-Style: outside-news User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Civil Service, i686-pc-linux) Cancel-Lock: sha1:a5D+Cog19m7uzMLQVsaxOAx4z5U= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43056 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43056 storm@cua.dk (Kim F. Storm) writes: > I haven't debugged this specifically with emacs, but in other > programs, it has been necessary to make connect non-blocking with > fcntl(s,F_SETFL,O_NONBLOCK) and then use the writefds of select to > know when the connect has completed (at least on GNU/Linux). Does anybody know whether Linux generates SIGIO when the socket is ready in this case, or do you absolutely need to poll using select()? I also recall somebody stating recently that this behavior isn't really portable? Can somebody confirm in the positive and/or negative. Jan