[Ace-users] ACE_Service_Config::process_directive

joe joelihn at hotmail.com
Wed Jan 2 18:55:57 CST 2008


ACE VERSION: 5.5.10
HOST MACHINE and OPERATING SYSTEM:    winxp
COMPILER NAME AND VERSION (AND PATCHLEVEL): g++
THE $ACE_ROOT/ace/config.h FILE : #include "ace/config-win32.h"
THE $ACE_ROOT/include/makeinclude/platform_macros.GNU
FILE :platform_macros.GNU
DESCRIPTION:

I add server 1 in a thread.
ACE_Service_Config::process_directive (ADD_SERVICE(1));

I want remove service 1 in other thread, but it does not work? it
returns -1.
ACE_Service_Config::process_directive (REMOVE_SERVICE(1));

Can i remove the service from other thread?


More information about the Ace-users mailing list