Description:
ACE programming, porting, and systems.
|
|
|
Questions about TAO + CIAO
|
| |
Hi all! ACE_VERSION: 5.6.6 TAO_VERSION: 1.6.6 CIAO_VERSION: 0.6.6 I have some questions about TAO and CIAO. 1- Is it possible to have more than one NameService in the same network and with the same registered objects ? Thatīs for preventing the application's crash if one of the machines containing NameService... more »
|
|
COM environment in ACE
|
| |
Hi, Does ACE provide a COM like environment for its users to create component based software architecture where in components can be plugged-in to add functionality and can connect it with other components using the built-in features? I have worked on XPCOM where I can define interfaces in an IDL file and compile it to generate... more »
|
|
Supporting both SSL and Non-SSL client callbacks
|
| |
Not really a "problem", probably just my confusion TAO VERSION: 1.7.3 ACE VERSION: 5.7.3 HOST MACHINE and OPERATING SYSTEM: Windows XP Professional/winsock2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND PATCHLEVEL): Visual Studio 2008 (9.0.30729.1 SP)... more »
|
|
proper cleanup of ace server with multiple ace tasks
|
| |
Hi, We have a multi threaded ACE server that runs on unix. Main thread runs the reactor event loop and handles all socket communication. A processing thread(ACE_Task configured with single thread that runs in DETACHED mode) processes requests enqueued by main thread. There is a timer thread (ACE_Thread_Timer_Queue_ Adapter) that handles all... more »
|
|
Commercial use of ACE library
|
| |
Hi, ...If you've downloaded ACE already please see ACE_ROOT/COPYING If you haven't downloaded ACE yet please see [link] ...Yes, it's totally free. Thanks, Doug
|
|
parse_svcconf_args_i() fails in TAO_Internal
|
| |
Hi everyone, i am using ACE/TAO 5.6.7/1.6.7 at patch level 3 from [link]. Here is my PROBLEM-REPORT-FORM, thank you in advance for the help. ACE VERSION: 5.6a_p3 HOST MACHINE and OPERATING SYSTEM: Windows 7 ultimate 64 bit TARGET MACHINE and OPERATING SYSTEM, if different from HOST: NamingServer runnning on RHEL 4.6 64 bit... more »
|
|
Latest TAO and IPv6 support for SSL
|
| |
Hello, My company has used ACE\TAO for a long time. We are a little behind in updating to the most recent library. I investigating adding support to our software for IPv6. A big part of that is CORBA. I read through some release documentation and saw that support for IPv6 was added but it also said that future work involved adding IPv6 support for other protocols/strategies such as SSLIIOP. Could you tell me if the current release support SSLIIOP with IPv6? Specifically I found the information here. [link]. Is there a more current place to review release notes?... more »
|
|
: Support for CORBA/e compact
|
| |
Hi all, TAO/ACE VERSION: ACE+TAO-5.7.4.zip HOST MACHINE and OPERATING SYSTEM: Windows XP sp3, WINSOCK 2.2, Visual C++ 2008 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: N/A THE $ACE_ROOT/ace/config.h FILE: #define ACE_INITIALIZE_MEMORY_BEFORE_U SE 1 #define CORBA_E_COMPACT 1... more »
|
|
OBJECT_NOT_EXIST
|
| |
Hello, I am facing problem of getting OBJECT_NOT_EXIST by doing CORBA calls, even the servant process is running and object exist. At least I do not destroying it on purpose. The servant object has quite busy communication with other client objects, so I configure it running each connection in separate thread. In case I get the error on one connection I get it also on other connections.... more »
|
|
Support for CORBA/e compact
|
| |
Hello, My name is Inma, I'm from Spain. I need your help because I'm trying to compile TAO. But I only want support for CORBA/e compact. I'm working in 2 different scenarios: 1) PC with Windows XP and Microsoft Visual Studio 2008 2) ARM-926 Linux and 64MB RAM I've started on the PC with the following environment variables:... more »
|
|
|