From owner-freebsd-questions Wed Jul 26 06:44:20 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id GAA20075 for questions-outgoing; Wed, 26 Jul 1995 06:44:20 -0700 Received: from andante.cis.temple.edu (andante.cis.temple.edu [155.247.182.14]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id GAA20069 for ; Wed, 26 Jul 1995 06:44:19 -0700 Received: (from lafollet@localhost) by andante.cis.temple.edu (8.6.11/8.6.9) id EAA19620 for questions@freebsd.org; Wed, 26 Jul 1995 04:38:57 -0400 From: Paul LaFollette Message-Id: <199507260838.EAA19620@andante.cis.temple.edu> Subject: Two questions To: questions@freebsd.org Date: Wed, 26 Jul 1995 04:38:56 +0000 (WET DST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 758 Sender: questions-owner@freebsd.org Precedence: bulk Hi, 1) Trying to port some code from several years ago that I had running on a Sparc. It opens a pipe, sets the descriptor for the read end to nonblocking and async, and then establishes a signal handler for SIGIO. On the Sparc it worked, but here, it seems that writing on the write end never rasies SIGIO. Any way around this, or do i have to rewrite it to work with sockets? 2) pppd is up and running happily between my 2.0.5 machines in home and office. I notice the strange thing, though, that sometimes an ftp from office to home will just hang after a bit... then perhaps restart very slowly. However, if i open another window and ping office from home during the transfer,the ftp transfer resumes its normal speed. Is this normal? Thanks, Paul