Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32EC9D3B2 for ; Mon, 10 Sep 2012 22:11:59 +0000 (UTC) Received: (qmail 7135 invoked by uid 500); 10 Sep 2012 22:11:56 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 7077 invoked by uid 500); 10 Sep 2012 22:11:56 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 7064 invoked by uid 99); 10 Sep 2012 22:11:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 22:11:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of burnsmicro@gmail.com designates 209.85.160.45 as permitted sender) Received: from [209.85.160.45] (HELO mail-pb0-f45.google.com) (209.85.160.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 22:11:41 +0000 Received: by pbbrp12 with SMTP id rp12so2046204pbb.18 for ; Mon, 10 Sep 2012 15:11:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=b+s+ZLRFozQjJ16jeVT81cDouzkZrG2pkfDRpC/0lzo=; b=FSrjEhmqJ6m8wts19DTEIUONX1CQXTOahzOQxiZBgFAMIQXm+45kyjanMcd/Vrm/iq 9m8qZ6PAprSZ78lf+vuKWx30+8rXU0WGB13aOmL2lh68b1iYRJeZoaggTZHyIp7L4eVl aUuW35OlutyqaIwBKkWkBbtElg9LFtOl25y1oiiQA+mI9o+x4LnQwZ9ChI3JaQJERyMe LzKHjqKv+qy/S0VSb3v3iQ1iSzTpwFfpmxLJxFHbJXZhKzfL9Y/SOLc5NAfStZSvh8bu ZP6JjddfVf3eR/IUhyd6yJc5KICp6ZZ244Xvt/W+PUpGiRtO86PGU2EjK20IqNCbiJp+ MZ5g== Received: by 10.68.129.131 with SMTP id nw3mr7800955pbb.43.1347315079002; Mon, 10 Sep 2012 15:11:19 -0700 (PDT) Received: from [192.168.2.100] (S010628107bf5e68d.gv.shawcable.net. [96.50.67.246]) by mx.google.com with ESMTPS id pf10sm2553643pbc.56.2012.09.10.15.11.17 (version=SSLv3 cipher=OTHER); Mon, 10 Sep 2012 15:11:18 -0700 (PDT) Message-ID: <504E6583.1020803@gmail.com> Date: Mon, 10 Sep 2012 15:11:15 -0700 From: Bob Furber Reply-To: bob.furber@shaw.ca User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Transferring xhr messages between Apache and a Persistent Program Can anyone point me in the right direction as to how to go about Transferring xhr messages between Apache and a Persistent Program? We currently use a cgi script (C program) that transfers xhr messages back and forth to a persistent (C) program using shared memory. Although the CGI program [script] is very simple, the binary is ~500K which, presumably must be loaded on every cgi call. I suspect there are more elegant and efficient methods. I have never looked under Apache's hood, so I would be grateful for any suggestions, book titles, etc. I am working with a TS-7553 Arm based controller running Apache2 under Debian Lenny. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org