Return-Path: Delivered-To: apmail-axis-c-user-archive@www.apache.org Received: (qmail 53026 invoked from network); 26 Jun 2010 02:40:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Jun 2010 02:40:07 -0000 Received: (qmail 29348 invoked by uid 500); 26 Jun 2010 02:40:07 -0000 Delivered-To: apmail-axis-c-user-archive@axis.apache.org Received: (qmail 29185 invoked by uid 500); 26 Jun 2010 02:40:05 -0000 Mailing-List: contact c-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C User List" Delivered-To: mailing list c-user@axis.apache.org Received: (qmail 29177 invoked by uid 99); 26 Jun 2010 02:40:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jun 2010 02:40:05 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of scarleton@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qy0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jun 2010 02:39:57 +0000 Received: by qyk34 with SMTP id 34so786478qyk.32 for ; Fri, 25 Jun 2010 19:39:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=73x1COh2chTbNptSx3t5E4RElYpOMWbFMWrF2C5DLBc=; b=WTfNg0pTtgTPZ7Agarnfb4qWT9lWt9dE96SyTQT75TSBO/wDtk5Noj1jFqqNfiXXvr RONHRPgbGvqySFlMw3l1iV/pfGOe3qeh7z1nq7CDCRwoKBUh5NRJVBoTRq/tjZBxLcJp 5unLj2zYIZC2p5+C9yBxz26v0l/aGhnvEJNrI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=T49jeGeqOMzNwBOKktdsPuYzWQdMKzMwCArTg+R8b4xfDjgrXcnguBrS+Lf0Xc6ZvX O7XBQI3ScIcEVT34REIQNFU/u0njE/PPnvcA1bCmAx55RuqCEuB8MMKA27Mku3opjEne 74NgCnW4gA0lZhdVYPHY77+10Lw/PREweCbBg= MIME-Version: 1.0 Received: by 10.229.233.85 with SMTP id jx21mr982178qcb.225.1277519976446; Fri, 25 Jun 2010 19:39:36 -0700 (PDT) Sender: scarleton@gmail.com Received: by 10.229.85.20 with HTTP; Fri, 25 Jun 2010 19:39:36 -0700 (PDT) Date: Fri, 25 Jun 2010 22:39:36 -0400 X-Google-Sender-Auth: psO-2xvY4nkewHNKp7i77AY-Rzs Message-ID: Subject: using APR in Axis2/C From: Sam Carleton To: Apache AXIS C User List Content-Type: multipart/alternative; boundary=0016e68ce71463f9d10489e5ccdd X-Virus-Checked: Checked by ClamAV on apache.org --0016e68ce71463f9d10489e5ccdd Content-Type: text/plain; charset=UTF-8 All my Axis2/C services run in Apache. Is there any way to get at the apr_pool_t parameter in the service so I can use APR functions? The main functions I am looking for are things like apr_dir_open, apr_dir_close,apr_dir_read, and apr_dir_rewind. Sam --0016e68ce71463f9d10489e5ccdd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable All my Axis2/C services run in Apache.=C2=A0 Is there any way to get at the= apr_pool_t parameter in the service so I can use APR functions?=C2=A0 The = main functions I am looking for are things like apr_dir_open, apr_dir_close= ,apr_dir_read, and apr_dir_rewind.

Sam
--0016e68ce71463f9d10489e5ccdd--