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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Jul 6, 2005 8:52 am
42166
Hi Yu, ... Yes, that's correct. Take care, Doug...
Douglas C. Schmidt
schmidt@...
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@...
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@...
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@...
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). ...