Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 24827 invoked from network); 2 Mar 2010 13:53:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Mar 2010 13:53:09 -0000 Received: (qmail 97140 invoked by uid 500); 2 Mar 2010 13:53:05 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 97111 invoked by uid 500); 2 Mar 2010 13:53:05 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 97103 invoked by uid 99); 2 Mar 2010 13:53:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 13:53:05 +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; Tue, 02 Mar 2010 13:52:55 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NmSWY-0000rV-RY for users@activemq.apache.org; Tue, 02 Mar 2010 05:52:34 -0800 Message-ID: <27756128.post@talk.nabble.com> Date: Tue, 2 Mar 2010 05:52:34 -0800 (PST) From: Vojtech To: users@activemq.apache.org Subject: Re: ActiveMQ-CPP In-Reply-To: <1267197753.2388.7.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: vojtech.broz@email.cz References: <27719495.post@talk.nabble.com> <1267197753.2388.7.camel@localhost> X-Virus-Checked: Checked by ClamAV on apache.org Timothy Bish wrote: > > On Fri, 2010-02-26 at 07:17 -0800, Vojtech wrote: >> Hi >> >> Does anyone know why PooledTaskRunner class is missing in activemq-cpp >> library? I noticed that >> >> http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/threads/ >> >> is missing the class while >> >> http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/thread/ >> >> has it. Is there any particular (language related) reason for this or has >> it >> just not been implemented? In activemq-cpp DedicatedTaskRunner is always >> used so many threads get started which may get people into trouble... >> >> Thank you! > > C++ just doesn't have the same threading support built in as Java does > so as of now there is no implementation of this class in ActiveMQ-CPP. > You are welcome to contribute to the project though, we welcome patches. > > Regards > > > > -- > Tim Bish > > Open Source Integration: http://fusesource.com > ActiveMQ in Action: http://www.manning.com/snyder/ > > Follow me on Twitter: http://twitter.com/tabish121 > My Blog: http://timbish.blogspot.com/ > > > Is using the decaf classes the right way to do that? Thanks! -- View this message in context: http://old.nabble.com/ActiveMQ-CPP%3A-PooledTaskRunner-not-implemented--tp27719495p27756128.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.