From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10431 invoked from network); 28 Sep 2001 10:33:35 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Sep 2001 10:33:35 -0000 Received: (qmail 595 invoked by alias); 28 Sep 2001 10:33:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15892 Received: (qmail 578 invoked from network); 28 Sep 2001 10:33:24 -0000 From: Borsenkow Andrej To: "'Peter Stephenson'" , "'Zsh hackers list'" Subject: RE: Core dump unloading zsh/zftp Date: Fri, 28 Sep 2001 14:33:14 +0400 Message-ID: <002701c14808$fafda670$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <22087.1001672561@csr.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal > + if (!module_loaded("zsh/net/tcp")) > + return !load_module("zsh/net/tcp"); require_module does a bit more checking and is using queue/unqueue_signals which makes me suspect it is better suited ... (or all this checking is redundant?) -andrej