Search the web
Sign In
New User? Sign Up
tao-users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 19832 - 19861 of 23018   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19832
TTL Value Definition 0 Restricted to the same host 1 Restricted to the local subnet, no router hops 32 Restricted to the site 64 Restricted to the region 128...
Joe Goggins
joegoggins@...
Send Email
Oct 1, 2005
11:33 am
19833
Hi alls, I want to use ccache on Linux to compile my TAO project. I use MPC to create GNUmakefile. What is the best method to use ccache when I generate this...
jmcaricand
jean-michel.caricand@...
Send Email
Oct 2, 2005
8:04 pm
19834
Hi Milan, ... I think that's correct behaviour, isn't it ? The backup server can't serve requests until it is promoted to primary so it has to cause the client...
Simon McQueen
sm@...
Send Email
Oct 3, 2005
10:13 am
19835
Hi, The standard recommends using 1 and 0 instead of CORBA-scoped constants such as CORBA::TRUE and CORBA::FALSE. To be blunt, I find using the numerical...
Jules Colding
colding@...
Send Email
Oct 3, 2005
12:40 pm
19836
Hi, Because you are using the OCI distribution, contact support@.... Regards, Johnny Willemsen Remedy IT Postbus 101 2650 AC Berkel en Rodenrijs The...
Johnny Willemsen
jwillemsen@...
Send Email
Oct 3, 2005
12:43 pm
19837
Hi alls, I want to use ccache on Linux to compile my TAO project. I use MPC to create GNUmakefile. What is the best method to use ccache when I generate this...
Jean-Michel Caricand
jean-michel.caricand@...
Send Email
Oct 3, 2005
2:58 pm
19838
... I would expect that if client ORB fails invocation on all replicas, that it would return CORBA::TRANSIENT to the client application, and let the client app...
Milan Cvetkovic
milan.cvetkovic@...
Send Email
Oct 3, 2005
3:54 pm
19839
Hi Milan, ... Your analysis of the behavior is accurate, and I agree that this is not the right solution. Unfortunately it is the solution given in the FT ...
Dale Wilson
wilson_d@...
Send Email
Oct 3, 2005
4:26 pm
19840
Hi Jean-Michel, ... You need to set a couple of make macros in your platform_macros.GNU: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU CC = ccache...
Chad Elliott
elliott_c@...
Send Email
Oct 3, 2005
4:29 pm
19841
Hi alls, I'm using CORBA/TAO as base for a client / server application. Clients reach the server via a name service server. ACE version is 5.4a, TAO version is...
Foschian Marco
Foschian@...
Send Email
Oct 3, 2005
5:56 pm
19842
... Well, it seems that there is something missing in FT CORBA spec. How does "transparent reinvocation" work, if all the backup replicas throw TRANSIENT...
Milan Cvetkovic
milan.cvetkovic@...
Send Email
Oct 3, 2005
6:02 pm
19843
This one is a little tricky but, assuming $TAO_IDL points to the tao_idl compiler, $STD_INCLUDE_DIR points to the standard include directory, and ...
Brian Lindahl
Brian.Lindahl@...
Send Email
Oct 3, 2005
8:22 pm
19844
Whoops, I forgot to include the compiler error for those having trouble with the commands... export ...
Brian Lindahl
Brian.Lindahl@...
Send Email
Oct 3, 2005
8:23 pm
19845
Hi, Please upgrade to ACE+TAO x.4.7, which you can download from http://deuce.doc.wustl.edu/Download.html under the heading "latest beta kit". The DOC groups...
Johnny Willemsen
jwillemsen@...
Send Email
Oct 3, 2005
9:09 pm
19846
Hi, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which is in ...
Johnny Willemsen
jwillemsen@...
Send Email
Oct 3, 2005
9:15 pm
19847
Hi, ... Why not just use the standard C++ "true" and "false" if your compiler supports them, or just define the TRUE and FALSE constants in your own IDL module...
ossama@...
Send Email
Oct 3, 2005
10:10 pm
19848
5.4.7 didn't solve the problem. -Brian Lindahl ... From: Johnny Willemsen [mailto:jwillemsen@...] Sent: Monday, October 03, 2005 12:18 PM To: Brian...
Brian Lindahl
Brian.Lindahl@...
Send Email
Oct 3, 2005
10:24 pm
19849
Turns out it was the IDL compiler switch -Sa. Not sure how that snuck in there, but it was pretty obvious once I decoded what the switch meant (suppress Anys)....
Brian Lindahl
Brian.Lindahl@...
Send Email
Oct 4, 2005
3:46 am
19850
... when I ... I've done this so I ... Hi Chad, You're right. Rebuilds are very fast now ! Thanks. Jean-Michel Caricand Adresse professionnelle GRETA de...
Jean-Michel Caricand
jean-michel.caricand@...
Send Email
Oct 4, 2005
8:19 am
19851
Hi, The options are documented in TAO/docs/compiler.html. So far as I can tell things will compile fine with the upcoming x.4.8 even when you use -Sa. Things...
Johnny Willemsen
jwillemsen@...
Send Email
Oct 4, 2005
8:33 am
19852
Hi, ... All of the above is, IMHO, just band-aid. I known that I am being an annoying nitpicker, but I just think that having a finite countable value set,...
Jules Colding
colding@...
Send Email
Oct 4, 2005
9:14 am
19853
Hi, As said, use vacpp 6.0.0.15 or newer, older versions do have problems (6.0.0.12 was verified as broken, intermediate versions where not tested). Tru64 has...
Johnny Willemsen
jwillemsen@...
Send Email
Oct 4, 2005
2:11 pm
19854
Hi, thanks for reply, we are going to do more testings of this problem with GCC , VACPP6,MSVC 7 and TAO 1.4.7, 1.4a 1.4a_p4, on IBM p630 AIX 5.2, HP Alpha...
Jan Zima
Jan.Zima@...
Send Email
Oct 4, 2005
2:27 pm
19855
... You need to understand the history of the CORBA C++ mapping. It was first produced before the C++ standard existed, and in particular, before the C++ bool...
Jonathan Biggar
jon@...
Send Email
Oct 4, 2005
5:52 pm
19856
... Hmm... putting them into the CORBA namespace would have addressed that problem I think. Anyway, really old compilers have namespace problems as well, so...
Jules Colding
colding@...
Send Email
Oct 5, 2005
9:13 am
19857
Hi Jules, ... Not really. I believe that Jonathan's point was that the preprocessor could potentially expand the TRUE and FALSE values regardless of whether ...
ossama@...
Send Email
Oct 5, 2005
10:23 am
19858
Hello all! I have used a factory to produce servants. On the client side the _var variable for servant was used. I have expected, that variable(servant) will...
Seib Leo
LSeib@...
Send Email
Oct 5, 2005
10:31 am
19859
... I can see what you mean. The only half-way acceptable solution to the above would be to unconditionally include a header which undefined TRUE and FALSE...
Jules Colding
colding@...
Send Email
Oct 5, 2005
10:37 am
19860
Version info: ACE 5.4, TAO 1.4 (latest release) on Redhat 3 I am unable to access the Naming_Service using ssliop. I start it as: Naming_Service -m 0 -ORBDebug...
joe zendle
jzendle@...
Send Email
Oct 5, 2005
5:20 pm
19861
Do you get any further information when starting the server with debuglevel set to 10? The NS and server startup syntax looks OK to me. Ciju ... -- ... Ciju...
Ciju John
john_c@...
Send Email
Oct 5, 2005
5:42 pm
Messages 19832 - 19861 of 23018   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help