Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 51684 invoked from network); 22 Mar 2010 21:30:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Mar 2010 21:30:26 -0000 Received: (qmail 51046 invoked by uid 500); 22 Mar 2010 21:30:26 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 50989 invoked by uid 500); 22 Mar 2010 21:30:25 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 50982 invoked by uid 99); 22 Mar 2010 21:30:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 21:30:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of drayner@savicom.net designates 216.39.113.20 as permitted sender) Received: from [216.39.113.20] (HELO corpmx.savicom.net) (216.39.113.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 21:30:17 +0000 Received: from corpmx.savicom.net (localhost [127.0.0.1]) by corpmx.savicom.net (Postfix) with ESMTP id 33D1FF1E2 for ; Mon, 22 Mar 2010 14:29:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=simple; d=savicom.net; h=message-id: from:to:subject:date:mime-version:content-type: content-transfer-encoding; q=dns/txt; s=svc; bh=t36jOZyPbt2LI7H6 IOKtiJgdaYk=; b=zEyefATNBczUcMyBZRKvnN7syfbinDzEbx3L/DrDqzhckwN8 lrX9IWY/DL5YkaO06MUAUEcTTzlMsIx+R0FrffhrWCgWdld/QguuKU74wrV8SkqP ZNiQOVGSO+tc6brZSuzFmgbovs9JqB0RUVdtqMKrka0HJmCGi83Fqiylmfc= DomainKey-Signature: a=rsa-sha1; c=simple; d=savicom.net; h=message-id:from: to:subject:date:mime-version:content-type: content-transfer-encoding; q=dns; s=svc; b=fWNOCXzI4ur+GtN17VFAt vZszC7xfAxyZY1FpqPFwydIdggBpS98e7vRVIDD4oiwCDS1N4fwGaISl7amX2L+D FaH3VCdqUSfcY+yGCn4FNLbslmbGNFTiQ3OhrOEz1R1IVEcsbijw31L7nEahpPbN eUfDJ0NOICaxxP7YZ11BSA= Received: from DRAYNERPC (office.mindsharedesign.com [216.39.112.17]) by corpmx.savicom.net (Postfix) with SMTP id 04D55F0EA for ; Mon, 22 Mar 2010 14:29:53 -0700 (PDT) Message-ID: <85D3FF92CA174E988FC750CCF253C2CF@DRAYNERPC> From: "Doug Rayner" To: Subject: Embperl::Object::Execute() returns -1 Date: Mon, 22 Mar 2010 14:31:45 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18005 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18005 X-Virus-Checked: Checked by ClamAV on apache.org We use FastCGI to process Embperl requests using a slightly modified version of the epocgi.pl script. From time to time, the Embperl::Object::Execute() function returns a non-zero value. Some are associated with normal HTTP problems (e.g., the return value is 404 if there was an HTTP 404 error). However, often times the return value is -1. I can't figure out what is causing these. I used the 'errors' config parameter, and inspected the @error array, but it is empty. Does anyone have any insight into what types of errors return the -1 value? Thanks and regards, - Doug Rayner --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org