Search the web
Sign In
New User? Sign Up
ace-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 42141 - 42170 of 42992   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42141
Hi I'm trying to compile ACE (version 5.4.2) on FreeBSD 4.10 (just installed) and after doing the following steps: 1. running create_ace_build.pl...
Paolo Supino
vrkid0@...
Send Email
Jul 3, 2005
4:31 pm
42142
Hi Paolo, ... There's some info missing here, e.g., the compiler version. Please make sure you fill out the appropriate problem report form (PRF), which is in...
Douglas C. Schmidt
schmidt@...
Send Email
Jul 3, 2005
4:55 pm
42143
... ACE 5.4.2 assumed that FreeBSD supported the XPG/POSIX "timezone" variable, when it really has a timezone() function. We've fixed this in more recent...
J.T. Conklin
jtc@...
Send Email
Jul 3, 2005
8:18 pm
42144
The following CFP may be of interest to ACE users. Our apologies if you receive multiple copies of it. ... CALL FOR PAPERS The 4th Workshop on Adaptive and...
Nanbor Wang
nanbor@...
Send Email
Jul 4, 2005
3:38 am
42145
Hi alls, Finally IPv6 is pushed by goverment of USA. The link tells the story: http://www.govexec.com/dailyfed/0605/062905tdpm2.htm Enjoy the story. Sincerely,...
Robert Iakobashvili
coroberti@...
Send Email
Jul 4, 2005
4:50 am
42146
Hi, Thanks. We are currently working on an effort to make TAO IPv6 capable. Regards, Johnny Willemsen Remedy IT Postbus 101 2650 AC Berkel en Rodenrijs The...
Johnny Willemsen
jwillemsen@...
Send Email
Jul 4, 2005
6:58 am
42147
Hi J.T I wish I could upgrade (I love using the latest and greatest ;-) ) but it's not up to me :-P. Indeed this was the problem. Removing the line solved the...
Paolo Supino
vrkid0@...
Send Email
Jul 4, 2005
8:03 am
42148
Good direction! Steve Huston made a great job of making IPv6 support in ACE, and there is an ICMPv6 support patch (from me) pending in ACE bugzilla. Rgds, ...
Robert Iakobashvili
coroberti@...
Send Email
Jul 4, 2005
8:20 am
42149
Hi Folks, The following may be of interest to ACE, TAO, and CIAO users and developers. Please let me know if you have any questions. BTW, I'll be giving a...
Douglas C. Schmidt
schmidt@...
Send Email
Jul 4, 2005
2:35 pm
42150
[Steve/Martin/Johnny, there's some stuff for you below.] Hi Srikanth, ... Thanks very much for your email and for taking the time to report a bug and suggest a...
Douglas C. Schmidt
schmidt@...
Send Email
Jul 4, 2005
4:16 pm
42151
Hi all. I wanted to use the QoS capabilities on ACE. I started with the examples given in ACE_Wrappers/Examples/QoS, but found what seems to be a bug. Here is...
Domingos Monteiro
d.monteiro@...
Send Email
Jul 4, 2005
4:20 pm
42152
Hi, I'm on it. This issue has to do with the fact that this is a Link Local address which *requires* an interface id (or Scope Id) to be specified in the IPv6...
Martin Corino
mcorino@...
Send Email
Jul 4, 2005
6:58 pm
42153
Hi, ... [snip] ... Found it. The code in INET_Address misses out on copying the sin6_scope_id field of any supplied ipv6 address. This is probably because this...
Martin Corino
mcorino@...
Send Email
Jul 4, 2005
7:23 pm
42154
Hi, Changes are submitted. Martin. ... -- ... Martin J.N. Corino | Remedy IT Expertise BV Postbus 101 | 2650 AC Berkel en Rodenrijs | The Netherlands tel: +31...
Martin Corino
mcorino@...
Send Email
Jul 4, 2005
9:18 pm
42155
Hi, In the book "ACE Programmer's Guide, The: Practical Design Patterns for Network and Systems Programming", the part 6.2 says as below: ...
Gavin Yu
songtaoyu@...
Send Email
Jul 5, 2005
3:19 am
42156
ACE VERSION: ACE5.4 HOST MACHINE and OPERATING SYSTEM: NA TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND...
ashish borkar
ashish_ace2003@...
Send Email
Jul 5, 2005
11:02 am
42157
Hi Ashish, If you mean an application-level heartbeeting, I do not know. There is support for icmp-level heartbeeting via ACE_Ping_Socket, using...
Robert Iakobashvili
coroberti@...
Send Email
Jul 5, 2005
2:17 pm
42158
It will call getservbyname() to map the port name to a port number. getservbyname() is provided by the OS (socket API). On Unix, you can add new entries by...
Xue Yong Zhi
seclib@...
Send Email
Jul 5, 2005
3:23 pm
42159
Hi Gavin, The port name is set up in a system-specific config file. For example, on UNIX/Linux it's normally in /etc/services -Steve -- Steve Huston, Riverace...
Steve Huston
shuston@...
Send Email
Jul 5, 2005
3:38 pm
42160
Hi Ashish, Thanks for using the PROBLEM-REPORT-FORM. You could use a timer and send a heartbeat message periodically. Both APG and C++NPv2 describe how to use...
Steve Huston
shuston@...
Send Email
Jul 5, 2005
3:41 pm
42161
CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features (used by MPC when you generate your own makefiles): AREA/CLASS/EXAMPLE AFFECTED: [What...
Ballard, Christine
christine.ballard@...
Send Email
Jul 5, 2005
3:51 pm
42162
ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: Windows XP TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND...
Graeme Seiffert
graemeseiffert@...
Send Email
Jul 5, 2005
6:15 pm
42163
Hi, Here is a simple test program: #include "ace/Log_Msg.h" int main() { sleep(10); for(int i = 0; i < 100000; i++) ACE_DEBUG((LM_DEBUG, ...
Feng Wenyong
wyfeng@...
Send Email
Jul 6, 2005
3:57 am
42164
Hi all. I wanted to use the QoS capabilities on ACE. I started with the examples given in ACE_Wrappers/Examples/QoS, but found what seems to be a bug. Here is...
Domingos Monteiro
d.monteiro@...
Send Email
Jul 6, 2005
6:58 am
42165
Hi, In ACE, we found the definition of "ACE_NEW_MALLOC_RETURN" is as below: ============================================================================== #...
Gavin Yu
songtaoyu@...
Send Email
Jul 6, 2005
8:52 am
42166
Hi Yu, ... Yes, that's correct. Take care, Doug...
Douglas C. Schmidt
schmidt@...
Send Email
Jul 6, 2005
1:05 pm
42167
Doug, Thanks a lot for your quick answer. Would you tell me the definition of the "new" function or where I can find its definition? Thanks and regards, Yu ......
Yu, Song Tao (Gavin)
songtaoyu@...
Send Email
Jul 6, 2005
1:23 pm
42168
Hi Yu, ... This is a C++ question, not an ACE question. Please see any recent book on C++ for details. Look under the heading "operator placement new". ...
Douglas C. Schmidt
schmidt@...
Send Email
Jul 6, 2005
1:43 pm
42169
Hi Arthur, Thanks very much for your email. Please make sure to send all questions related to TAO or ACE to the ACE mailing list or ACE+TAO newsgroup, rather...
Douglas C. Schmidt
schmidt@...
Send Email
Jul 6, 2005
6:47 pm
42170
Friends: If you can help me with this. ACE VERSION: 5.4.3 HOST MACHINE and OPERATING SYSTEM: Redhat Linux - Kernel 2.4.9-e.27smp (4 Processor Intel Box). ...
Monish Dhalwani
monishd@...
Send Email
Jul 6, 2005
8:44 pm
Messages 42141 - 42170 of 42992   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