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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21544 - 21573 of 23018   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21544
Hi, ... This just is the result of a first step in implementing this step, but just with the profiles we can't get the smallest configuration. It really...
Johnny Willemsen
jwillemsen@...
Send Email
Sep 1, 2006
8:23 am
21545
Hi, Have a look at _validate_connection, this is more like a ping method. Regards, Johnny Willemsen Remedy IT Postbus 101 2650 AC Berkel en Rodenrijs The...
Johnny Willemsen
jwillemsen@...
Send Email
Sep 1, 2006
9:37 am
21546
Hi Folks, Please see http://www.oopsla.org/2006/submission/workshops/breathturn:_ultra_large_scale_systems.html for information on a workshop we're organizing...
Douglas C. Schmidt
schmidt@...
Send Email
Sep 1, 2006
1:52 pm
21547
Hi, Have anyone tried to use Dynamic Properties with the TAO Trading Service? I have tried to use the example from the TAO Trading Service documentation (see...
Jeppe Frandsen
jeppe@...
Send Email
Sep 1, 2006
2:30 pm
21548
Hi Jeppe, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which...
Douglas C. Schmidt
schmidt@...
Send Email
Sep 1, 2006
2:51 pm
21549
Hi, I have built ACE/TAO some days ago with the autoconf mechanism on Solaris 8 using SUN Studion 8 and 11. When I try to start a TAO process e.g. Name_Service...
Winterstein, Bernd (e...
Bernd.Winterstein@...
Send Email
Sep 4, 2006
5:46 am
21550
I recompiled the code with the traditional make files. Even the test in the $TAO_ROOT/tests/Param_Test does not work properly. After the debug message created...
Winterstein, Bernd (e...
Bernd.Winterstein@...
Send Email
Sep 4, 2006
12:17 pm
21551
Hi Bernd, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which...
Douglas C. Schmidt
schmidt@...
Send Email
Sep 4, 2006
1:14 pm
21552
Guys, I've been playing around with the latest release of ACE+TAO and wrote a small hello world client/server application. The method of passing the IOR from...
Stephen Adler
adler@...
Send Email
Sep 4, 2006
10:34 pm
21553
... Stephen, You can use the catior program to "pretty print" the information in the IORs to find out more. (catior is in installed by the tao-devel package;...
Ken Sedgwick
ken@...
Send Email
Sep 5, 2006
3:01 am
21554
Hmm seems that there is a misconfigured DNS. TAO stays for about 1 minute in probe_interfaces. If I use ip adresses only in corbalocs everything works fine. I...
Winterstein, Bernd (e...
Bernd.Winterstein@...
Send Email
Sep 5, 2006
7:29 am
21555
Hi, I would like to also mention that in addition to Ken's suggestion of using -ORBEndpoint to explicitly identify endpoints, you can also use ...
Phil Mesnier
mesnier_p@...
Send Email
Sep 5, 2006
2:52 pm
21556
Hi all, I'm trying to use the MPC tools to generate the makefile for building a simple client. I need to include a additional .a UNIX library when trying to...
Yiu K L, Ivan (IT NW ...
iklyiu@...
Send Email
Sep 6, 2006
4:24 am
21557
More inforamation. I've try to add the libpaths and libs keyword in the .mpc file. When I try to add libs += /abc.a in the .mpc file and type make. The script...
Yiu K L, Ivan (IT NW ...
iklyiu@...
Send Email
Sep 6, 2006
4:29 am
21558
Hello, ... After you added the library name to "libs" in the .mpc file, did you regenerate your GNUmakefile? For example, did you run a command similar to: ...
Steve Totten
totten_s@...
Send Email
Sep 6, 2006
5:15 am
21559
Steve, Thanks for your prompt reply. Actually, I've the following mpc file. project (*Client): taoexe, namingexe{ includes += ${HOME}/src/test libpaths +=...
Yiu K L, Ivan (IT NW ...
iklyiu@...
Send Email
Sep 6, 2006
5:24 am
21560
It work now. I've change the mpc files to project (*Client): taoexe, namingexe{ includes += ${HOME}/src/test libpaths += ${HOME}/src/test pure_libs +=...
Yiu K L, Ivan (IT NW ...
iklyiu@...
Send Email
Sep 6, 2006
5:31 am
21561
Hi, TAO VERSION: 1.5.2 ACE VERSION: 5.5.2 HOST MACHINE and OPERATING SYSTEM: RedHat Linux Enterprise Release 4 update 2 TARGET MACHINE and OPERATING SYSTEM, if...
Chun Tat David Chu
beyonddc.storage@...
Send Email
Sep 8, 2006
8:11 pm
21562
Hi DC, Thanks for using the PRF. ... The answer to this question is simple: a connection is open after connect() succeeds and is closed when close() is called....
Douglas C. Schmidt
schmidt@...
Send Email
Sep 8, 2006
8:59 pm
21563
Hello, Dr. Schmidt already answered this question. I had already started typing this reply, so I decided to send it anyway. It covers some of the same...
Steve Totten
totten_s@...
Send Email
Sep 8, 2006
10:10 pm
21564
Hi, the new gcc4.1.1 from UCLA is working good with ACE5.5.2/TAO1.5.2. Compilation is no problem on AIX5.2 and AIX5.3; okay you have probably change some...
Werner Buchert
w.buchert@...
Send Email
Sep 11, 2006
7:39 am
21565
Thank you Steve and Dr. Schmidt respond. I've a better understanding about open and close connection now. In your last respond, you mentioned that...
Chun Tat David Chu
beyonddc.storage@...
Send Email
Sep 11, 2006
1:40 pm
21566
... You are welcome. ... Correct. ... Yes, if the forwarded location is different (i.e., has a different endpoint) than the initial location to which it first ...
Steve Totten
totten_s@...
Send Email
Sep 11, 2006
3:00 pm
21567
Thanks Steve. That's exactly what I needed. :-) dc ... _______________________________________________ tao-users mailing list tao-users@... ...
Chun Tat David Chu
beyonddc.storage@...
Send Email
Sep 11, 2006
3:11 pm
21568
Steve, thanks for the reply. I would like to clarify one thing about the Transport Multiplexing Strategies. I read chapter 22.2.2 on the Transport Multiplexing...
Chun Tat David Chu
beyonddc.storage@...
Send Email
Sep 11, 2006
5:54 pm
21569
Hello, ... I'm sorry, do you mean you actually read that in 22.2.2? I don't see it and I don't think that is necessarily the case. Firstly, a call to...
Steve Totten
totten_s@...
Send Email
Sep 11, 2006
7:02 pm
21570
Hi Folks, I gave a presentation based on Thomas Friedman's book "The World is Flat" recently, which talks about the causes and impacts of globalization....
Douglas C. Schmidt
schmidt@...
Send Email
Sep 11, 2006
7:46 pm
21571
Steve, thanks for your explanation. It's very clear. The comments you provided is very helpful! About what I typed in the last e-mail "the client that uses...
Chun Tat David Chu
beyonddc.storage@...
Send Email
Sep 11, 2006
9:00 pm
21572
TAO VERSION: 1.5 ACE VERSION: 5.5 HOST MACHINE and OPERATING SYSTEM: SunOS dxcsqg 5.8 Generic_108528-26 sun4u sparc SUNW,Sun-Fire-15000 TARGET MACHINE and...
Winterstein, Bernd (e...
Bernd.Winterstein@...
Send Email
Sep 13, 2006
8:22 am
21573
Hi Bernd, Thanks for using the PRF. ... Upgrade to 1.5.2 please. There were a load of these sort of problems with pre-generated header files in the ORB core at...
Simon McQueen
sm@...
Send Email
Sep 13, 2006
8:31 am
Messages 21544 - 21573 of 23018   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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