From owner-freebsd-ports Fri Apr 14 8:17:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from phnxpop4.phnx.uswest.net (phnxpop4.phnx.uswest.net [206.80.192.4]) by hub.freebsd.org (Postfix) with SMTP id 490B937BCB7 for ; Fri, 14 Apr 2000 08:17:23 -0700 (PDT) (envelope-from rcarter@pinyon.org) Received: (qmail 13232 invoked by alias); 14 Apr 2000 15:17:07 -0000 Delivered-To: fixup-ports@FreeBSD.ORG@fixme Received: (qmail 12630 invoked by uid 0); 14 Apr 2000 15:16:54 -0000 Received: from ndslppp34.phnx.uswest.net (HELO pinyon.org) (63.224.136.34) by phnxpop4.phnx.uswest.net with SMTP; 14 Apr 2000 15:16:54 -0000 Received: from chomsky.Pinyon.ORG (localhost [127.0.0.1]) by pinyon.org (Postfix) with ESMTP id 9D79568; Fri, 14 Apr 2000 08:16:44 -0700 (MST) X-Mailer: exmh version 2.1.0 09/18/1999 To: Max Khon Cc: ports@FreeBSD.ORG Subject: Re: ACE wrappers In-Reply-To: Message from Max Khon of "Fri, 14 Apr 2000 17:42:19 +0700." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Apr 2000 08:16:44 -0700 From: "Russell L. Carter" Message-Id: <20000414151644.9D79568@pinyon.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org % %What are drawbacks of using ACE built without threads? That depends on your application. If the I/O/Event multiplexing is handled solely by a singleton reactor (even on the CORBA side) then single thread stuff works fine. The single thread configs on my site were supplied by a fellow who's supporting a single theaded TAO application on 4.0. OTOH my own application has multiple ORBs and threads, and wouldn't be possible otherwise. %Is it possible to make native exceptions work under RELENG_4 %or RELENG_3 or should we use ACE exceptions instead I'd love to see native exceptions work. Till then I've been using ACE exceptions. They're simple and I've had no problems with them (ace/CORBA_macros.h). %(we also plan to build our product under Win32, Solaris and Linux)? %Do ACE exceptions work under FreeBSD properly? Yup. You just got to stomach that ugliness factor. Once I got over it using them is just fine. HTH, Russell %thanks in advance % %/fjoe % To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message