Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 53763 invoked from network); 6 Jul 2009 15:34:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jul 2009 15:34:22 -0000 Received: (qmail 78393 invoked by uid 500); 6 Jul 2009 15:34:31 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 78311 invoked by uid 500); 6 Jul 2009 15:34:31 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 78302 invoked by uid 99); 6 Jul 2009 15:34:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 15:34:31 +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 lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 15:34:21 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MNqCe-0000y1-Nz for dev@httpd.apache.org; Mon, 06 Jul 2009 08:34:00 -0700 Message-ID: <24357634.post@talk.nabble.com> Date: Mon, 6 Jul 2009 08:34:00 -0700 (PDT) From: ricardo13 To: dev@httpd.apache.org Subject: Re: Where Do I Create Queues in MPM Worker In-Reply-To: <24355319.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ricardoogrande@gmail.com References: <24354526.post@talk.nabble.com> <24355319.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi all, Can anybody explain what's doing the function worker_thread in worker.c ? I dont't know APR and don't undestood the following lines: worker_sockets[thread_slot] = csd; bucket_alloc = apr_bucket_alloc_create(ptrans); process_socket(ptrans, csd, process_slot, thread_slot, bucket_alloc); // Here processing the csd socket ?? worker_sockets[thread_slot] = NULL; requests_this_child--; /* FIXME: should be synchronized - aaron */ I need know it. Thank you Ricardo ricardo13 wrote: > > Anyone ?? > > > ricardo13 wrote: >> >> Hi all, >> >> I would like to know how I create other queue of requests ?? Where I >> create ?? worker.c ?? >> >> Thank you >> Ricardo >> >> > > -- View this message in context: http://www.nabble.com/Where-Do-I-Create-Queues-in-MPM-Worker-tp24354526p24357634.html Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com.