[ace-bugs] TCP Connection parameters in ACE

Douglas C. Schmidt schmidt at dre.vanderbilt.edu
Sun Sep 27 08:22:01 CDT 2015


Hi,

Thanks for using the PRF.

>     ACE VERSION: 5.5.0

Please upgrade to ACE+TAO+CIAO+DAnCE x.3.3 (i.e., ACE 6.3.3, TAO
2.3.3, and CIAO+DAnCE 1.3.3), which you can download from

http://download.dre.vanderbilt.edu

The DOC group at Vanderbilt University only provides "best effort"
support for non-sponsors for the latest release, as described in

http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/docs/ACE-bug-process.html

Thus, if you need more "predictable" help for earlier versions of
ACE+TAO, I recommend that you check out

http://www.dre.vanderbilt.edu/support.html

for a list of companies that will provide you with ACE+TAO commercial
support.

Thanks,

        Doug


>     HOST MACHINE and OPERATING SYSTEM:
>       linux RHEL6.5
> 
>     TARGET MACHINE and OPERATING SYSTEM,
>       linux RHEL6.5  gcc 4.4.7   20120313
> 
>     THE $ACE_ROOT/ace/config.h FILE :
>       #include "ace/config-linux.h"
> 
> 
>     THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE:
>      include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
>     gl=1
>     ssl=1
> 
> 
>     CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features
>     (used by MPC when you generate your own makefiles):
> 
>   
>     SYNOPSIS:
>     when i try to remove a service (socket) from repository, program crash, i.e
>   
>     DESCRIPTION:
> 
> i can do this:
>     ACE_Service_Repository::instance()->remove(MySocket)
>  because the process crash,
> pleas help me hw to remove s service and get rid of from socket in 
> ACE_Service_Repository
>  
>   
> 
> On Sun, Sep 20, 2015 at 5:20 AM, Douglas C. Schmidt <schmidt at dre.vanderbilt.edu
> > wrote:
> 
> 
>     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
> 
>     $ACE_ROOT/PROBLEM-REPORT-FORM
>     $TAO_ROOT/PROBLEM-REPORT-FORM
> 
>     or in
> 
>     $ACE_ROOT/BUG-REPORT-FORM
>     $TAO_ROOT/BUG-REPORT-FORM
> 
>     in older versions of ACE, TAO, CIAO, and DAnCE.  Make sure to include
>     this information when asking any questions since otherwise we have to
>     "guess" what version/platform/compiler/options you've using, which is
>     very error-prone and slows down our responsiveness.  If you don't use
>     the PRF, therefore, it is less likely that someone from the core
>     developer team will be able to answer your question.  Naturally, we
>     encourage and appreciate other members of the ACE, TAO, CIAO, and
>     DAnCE user community who can respond to questions that they have the
>     answers to.
> 
>     > How to set TCP Connection parameters, such as "keep alive" in ACE?
> 
>     Assuming you've got an ACE_SOCK_Stream object called "stream", you can
>     do it like this:
> 
>     stream.set_option (SOL_SOCKET,
>                        SO_KEEPALIVE,
>                        &bufsiz,
>                        sizeof bufsiz);
> 
>     Doug
> 
> 
> 
> 
> 
> 
> 
> 
> 


More information about the ace-bugs mailing list