Hi, I've got problems with the following code. The code ran well, but now I need to use the Reactor, and the code won't run anymore. I'm starting the pppd with...
Spang Oliver
oliver.spang@...
May 2, 2005 8:02 am
41473
Hi, Please use the PRF form. The methods are declared but there is no implementation for them, they just give back a notsup, so they are not usable at the...
Johnny Willemsen
jwillemsen@...
May 2, 2005 10:53 am
41474
Hi, ... to ... See docs/ACE-guidelines.html and the other ACE methods for the style we use. Johnny...
Johnny Willemsen
jwillemsen@...
May 2, 2005 11:48 am
41475
... I don't know if FreeBSD is different, but on linux you'd do something more like this: execlp("/bin/echo", "echo", "hello", NULL); Note that the argument...
Matthew Gillen
mgillen@...
May 2, 2005 1:40 pm
41476
Hi Sam, ... I don't think your using these calls properly. Please see the manual page for exec*() for more info on how they work. BTW, what is the value of...
Douglas C. Schmidt
schmidt@...
May 2, 2005 2:21 pm
41477
Platform : Win32 Version : 5.3 We're using the Proactor pattern for async communications between a client and a server component. I have an ACE_Svc_Handler...
Cetusic, Zoran
Zoran.Cetusic@...
May 2, 2005 3:30 pm
41478
ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: Windows XP Pro SP2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: Windows XP Pro SP2 ...
ron.muck@...
May 2, 2005 4:02 pm
41479
The signal-related compile errors should be fixed in 5.4.5, to be released shortly. The IFF_PRIORITY warnings are problems with the HP-supplied headers - ...
Steve Huston
shuston@...
May 2, 2005 4:13 pm
41480
... Do you know ACE_SOCK_Connector::connect() has a timeout parameter? By default it is blocking(NULL). ... Sure you can use thread. Nonblocking is another way...
Xue Yong Zhi
seclib@...
May 2, 2005 4:28 pm
41481
Hi Ron, BTW, please see Chapter 3 of C++NPv1 <www.cs.wustl.edu/~schmidt/ACE/book1> and Chapter 7 in C++NPv2 <www.cs.wustl.edu/~schmidt/ACE/book2/> for more...
Douglas C. Schmidt
schmidt@...
May 2, 2005 6:02 pm
41482
We are using ACE for our network application in which we establish socket connections to external devices or hosts. We use the ACE connector framework (i.e....
Altaf Aali
altafaali@...
May 3, 2005 1:39 am
41483
Hi Ron, Some browsing through ACE examples, apps and tests directory will provide you a few ways to implement timeouted connect with my favourite flavour is...
Robert Iakobashvili
roberti@...
May 3, 2005 4:47 am
41484
Hi Altaf, Please, always provide the PRF form. Look, what happens with your network interfaces on plugging in/out the cable by ifconfig command. May be your...
Robert Iakobashvili
roberti@...
May 3, 2005 4:50 am
41485
hi, I am using ACE5.4.1 on Fedora core 2. g++ version 3.3.2 I have a prob with the log rotation using the Logger Service Logging_Strategy. in my main() i spawn...
rohini madhavan
ro_madhavan@...
May 3, 2005 7:43 am
41486
Hello, Firtly I want to apologize if my questions sound a bit stupid, but I am very new to this field and still have to learn a lot. I have downloaded and...
Arno Wilhelm
arno.wilhelm@...
May 3, 2005 8:06 am
41487
Hi, Couple of things. ... You probably want to close_instance before you do that. You'll leak resources if not ... ... Why do u handle_events from 2 places. If...
Kobi Cohen-Arazi
kobi.cohenarazi@...
May 3, 2005 9:08 am
41488
hi mr. kobi, thank you. Switching the Reactor before opening the Service Configurator does work. But it gives me the error: can't register signal handler. It...
ro_madhavan@...
May 3, 2005 11:36 am
41489
Altaf, I agree that it sounds like a non-ACE problem. But if you're on linux, you can look at the ifplugd/netplugd daemon. They take care of bringing ...
Matthew Gillen
mgillen@...
May 3, 2005 1:38 pm
41490
Probably because of that code in TP_Reactor.cpp 175 int 176 ACE_TP_Reactor::register_handler (int, 177 ACE_Event_Handler *, ...
Kobi Cohen-Arazi
kobi.cohenarazi@...
May 3, 2005 1:43 pm
41491
Hi Altaf, As others have noted, this is a non-ACE problem. However, I encourage you to look at the bigger picture. TCP is designed to survive transient outages...
Steve Huston
shuston@...
May 3, 2005 2:27 pm
41492
I'm having some difficulty with get_bcast_addr. This is my code: char ipAddress[255]; ACE_INET_Addr broadcastAddress; ACE_UINT32 broadcastIP( 0 ); ...
Ken Sewell
sewell@...
May 3, 2005 3:20 pm
41493
Hi Altaf, I observed similar behaviour with a system I built. As commented by others, this is 'standard' TCP/IP behaviour. In my application I expected data...
David Hawkins
dwh@...
May 3, 2005 5:07 pm
41494
Hi Keith, 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@...
May 3, 2005 5:15 pm
41495
Hi Yan, ... 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@...
May 3, 2005 5:24 pm
41496
(You would probably want to use the TAO mailing list for this TAO question.) ... In general, you will use the extraction operator to unpack a CORBA::Any. ...
Thomas Lockhart
Thomas.Lockhart@...
May 3, 2005 5:54 pm
41497
ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: Windows NT LynxOS4.0.0 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Ballard, Christine
christine.ballard@...
May 3, 2005 7:00 pm
41498
Hi Christine, Thanks for using the PRF. I recommend that you send email to Olli Savia <ops@...> since he's the guru for LynxOS. I believe he's added a...
Douglas C. Schmidt
schmidt@...
May 3, 2005 7:26 pm
41499
ACE VERSION: 5.4a_p1 HOST MACHINE and OPERATING SYSTEM: INTEL, Red Hat Linux release 9 (Shrike) TARGET MACHINE and OPERATING SYSTEM, if different from HOST: ...
Stankiewicz, Jerry
stankiewiczj@...
May 3, 2005 7:47 pm
41500
Hi Jerry, Thanks for using the PRF. ... Since you're using OCI's version of TAO please send your questions to taosupport@.... Thanks, Doug ... -- Dr....
Douglas C. Schmidt
schmidt@...
May 3, 2005 8:29 pm
41501
Hi, All, :) Still investigating ACE. Thanks to everyone for your feedback concerning how difficult it is to come up to speed with ACE. One thing I'm...