Hello Letha, We have been using the event service with Windows NT successfully for some time now so I'll see what I can do to help you. A few questions first:...
Bruce Trask
BTRASK@...
Sep 17, 2001 5:03 pm
8986
Hi Letha, In addition to Bruce's good questions, let me as for some additional info: 1. Can you please send us a copy of the test code so that we can test it ...
Douglas C. Schmidt
schmidt@...
Sep 17, 2001 5:31 pm
8987
Werner- ... If you do this then you are using the Select Reactor. TAO uses the TP_Reactor by default which supports the thread-pool model (yes, am answering...
Balachandran Natarajan
bala@...
Sep 17, 2001 7:00 pm
8988
Hello Letha, Thanks for the example code. On the surface, it looks like you have a good-old-fashion thread synchronization problem. Your client.dsp project...
Bruce Trask
BTRASK@...
Sep 17, 2001 11:14 pm
8989
Hello, I have a fairly simple case of a TAO client talking to a Jacorb server using the Jacorb name service. 1. orb=ORB_init("-ORBInitRef","NameService=....") ...
Robin Rosenberg
robin.rosenberg@...
Sep 18, 2001 2:00 am
8990
Hello Robin, ... I'm not quite sure I'm following you. What remote call is causing the exception? Perhaps you can send an example of this client code and this...
Bruce Trask
BTRASK@...
Sep 18, 2001 2:12 am
8991
Hi , While running Implementation Repository with TAO 1.1.14, i noticed that the ImplRepo was waiting inside a socket accept call. From analyzing the problem,...
Mahesh Varadarajan
mahesh.varadarajan@...
Sep 18, 2001 2:37 am
8992
Thanks! I should have thought of that. I will give it a try. ... Letha Etzkorn, Ph.D. Assistant Professor Computer Science Department The University of Alabama...
Dr. Letha Etzkorn
letzkorn@...
Sep 18, 2001 2:38 am
8993
Mahesh- ... Ok. ... Arrrgh!! ... Yikes!! Can you please upgrade to the latest version of ACE+TAO? We fixed a problem with Acceptors trying to close and open...
Balachandran Natarajan
bala@...
Sep 18, 2001 3:41 am
8994
Hello TAO users! I don't understand the behaviour of a collacted Event Service when I try to use the ECConsumerControl parameter set to reactive. Is it an ES...
Tommy.Carlsson@...
Sep 18, 2001 10:04 am
8995
-> Sorry, I didn't answer sooner, but I have been busy... -> -> Alexandre Cervieri wrote: -> > ACE VERSION: 5.1.14 -> > -> > HOST MACHINE and OPERATING...
Alexandre Cervieri
alexandre.cervieri@...
Sep 18, 2001 3:01 pm
8996
Hi, Bell Labs, Lucent Technologies is pleased to announce the availability of its fault tolerant CORBA service called DOORS (Distributed Object Oriented...
Aniruddha Gokhale
agokhale@...
Sep 18, 2001 3:25 pm
8997
Hi, You should review the sections of Advanced CORBA Programming with C++ (Henning & Vinoski) that have to do with object activation and POAs. If you don't...
Paul Calabrese
calabrese_p@...
Sep 18, 2001 3:37 pm
8998
I hear a rumor that TAO will not support Unix platform anymore. Is that ture? If it is not, what the Unix platforms are supported by current TAO? Thanks, May...
May McCullough
xmccullo2001@...
Sep 18, 2001 4:08 pm
8999
-> Hi, -> -> You should review the sections of Advanced CORBA Programming -> with C++ (Henning & Vinoski) that have to do with object -> activation and POAs....
Alexandre Cervieri
alexandre.cervieri@...
Sep 18, 2001 5:10 pm
9000
Hi May, ... No, you've heard incorrectly. ... Please see http://www.cs.wustl.edu/~schmidt/TAO-versions-i.html for a complete list of platforms that TAO runs...
Douglas C. Schmidt
schmidt@...
Sep 18, 2001 6:22 pm
9001
1. How long does it take to build TAO ? I understand there are many varibles I just want to get and idea since in our environment is taking a very very long...
cobian@...
Sep 18, 2001 7:05 pm
9002
This is more a general CORBA question than a TAO-specific question, but I hope some people here can point me in the right direction. I would like to be able to...
Russel Simmons
symstym@...
Sep 18, 2001 7:10 pm
9003
Hello Russel, the portable interceptor spec is the way to go. It works quite fine in TAO. Look into tests/Portable_Interceptor/Service_Context_Manipulation. ...
Holger P . Krekel
krekel@...
Sep 18, 2001 7:26 pm
9004
Hi, ... Naturally, it all depends on 1. The compiler/OS/hardware environment in which you're building TAO 2. Which version of TAO you're using and 3. How much...
Douglas C. Schmidt
schmidt@...
Sep 18, 2001 7:51 pm
9005
I've been trying to build the current beta (5.1.20+1.1.20) on QNX 6.1 with little success. The notes seem to indicate that it builds on QNX 6.0. Has anyone...
marty.doane@...
Sep 18, 2001 9:22 pm
9006
Hello Letha, The way you get the naming service to start up listening to the same IP address and port is with the -ORBEndpoint command line option. e.g....
Bruce Trask
BTRASK@...
Sep 18, 2001 9:29 pm
9007
Hi to the TAO group, I had attended the TAO conference at Wash. U recently and am wondering if the proceedings from that conference are available anywhere on...
Sunil Rodrigues
srodrigues@...
Sep 18, 2001 10:28 pm
9008
Hi Doug, Sorry for the *long* delay responding. Hi Michele, Please see ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp and...
Chris Gill
cdgill@...
Sep 18, 2001 10:47 pm
9009
Hi Michele, Again, sorry for the delay - my personal call stack finally popped back up to addressing this. I think you just need to pass the same arguments to...
Chris Gill
cdgill@...
Sep 18, 2001 10:56 pm
9010
Hi Michele, Ok, cool. So, if you then rebuilt the orbsvcs library, you should now have both the scheduling service and the old RT event channel dispatcher ...
Chris Gill
cdgill@...
Sep 18, 2001 10:58 pm
9011
Hi, We have a component (servant), called the execution server. This component is responsible for the execution of "external programs" (not necessarily ...
Pieter Thysebaert
pieter.thysebaert@...
Sep 19, 2001 7:45 am
9012
ACE/TAO: 5.1.19/1.1.19 CC: CC 5.2 OS: Solaris 8 I have writing a sample program that creates a thread, in that new thread I call orb->run(). After the creation...
Andrew Finnell
Andrew.Finnell@...
Sep 19, 2001 1:51 pm
9013
Hi Andrew, ... I think you've probably done something wrong. There are examples of applications in TAO that create new processes, so you should check them out...
Douglas C. Schmidt
schmidt@...
Sep 19, 2001 2:15 pm
9014
I built libraries libACE.a, libTAO.a and liborbsvcs.a from the makefiles provided in ACE-TAO. I am trying to build the example bank server for a downloadable...