Description:
ACE programming, porting, and systems.
|
|
|
Problem with closing the Reactor causing a sleep_hook failure...
|
| |
ACE VERSION: 5.7.0 HOST MACHINE and OPERATING SYSTEM: Intel Xeon E5530 and Red Hat Enterprise 5 Update 4 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: Same as Host COMPILER NAME AND VERSION (AND PATCHLEVEL): g++ (GCC) 4.1.2 20080704 BUILD METHOD USED: Makefile... more »
|
|
Upcoming webinar on Zircomp
|
| |
Hi Folks, Next week on Thursday, November 12 I'll be participating in a webinar describing the design, performance, and use of Zircomp <[link]>, which is an distributed computing framework that facilitates adaptive load balancing, network failover, inter-thread messaging communication and native data passing over (potentially)... more »
|
|
Can CDR stream classes be used to interface with a "network byte order" interface?
|
| |
I've used the ACE CDR stream classes before, but only to talk to each other (i.e. I always had an ACE CDR class on the other end). I'm writing an app that needs to interface with a legacy app via sockets. The interface is a fairly straight-forward "network byte order" type of data marshalling and only deals with primitive types. I dread writing a bunch of data marshalling code when CDR ops are right there. But aren't the ACE CDR classes very specific to the CDR standard? Or can they be used to talk non-CDR protocol? Does CDR do any byte stuffing or alignment that would cause problems?... more »
|
|
Problem reactor used with serial interface
|
| |
To: ace-b...@cs.wustl.edu ... ACE VERSION: 5.6.3 HOST MACHINE and OPERATING SYSTEM: - Linux - Ubuntu 9.04 - Kernel 2.6.28 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: - COMPILER NAME AND VERSION (AND PATCHLEVEL): - g++ Version 4.3.3 BUILD METHOD USED:... more »
|
|
Question with respect to CORBA callbacks
|
| |
Hi, Thanks for using the PRF! ...Right - TAO decouples management of sockets from management of servants. You can probably get the behavior you need by playing around with TAO's connection caching options. Please see TAO_ROOT/docs/Options.html#TDR F for more discussion about these options. Thanks,... more »
|
|
Question with respect to CORBA callbacks
|
| |
TAO VERSION: 1.6.1 ACE VERSION: 5.6.1 HOST MACHINE and OPERATING SYSTEM: If on Windows based OS's, which version of WINSOCK do you use?: Red Hat Enterprise Linux 5.1 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND PATCHLEVEL):... more »
|
|
ACE SSL with FIPS 140-2 Capable OpenSSL Library
|
| |
ACE VERSION: 5.6.5 HOST MACHINE and OPERATING SYSTEM: Linux 2.6 AREA/CLASS/EXAMPLE AFFECTED: Build ACE SSL DOES THE PROBLEM AFFECT: LINKING and EXECUTION SYNOPSIS: How to incorporate FIPS-capable OpenSSL library with ACE SSL. DESCRIPTION: U.S. Federal agencies are getting adamant that applications using SSL must use FIPS-certified crypto modules linked in with the certified fipsld linker. The fipsld linker uses ld except when linking in the fipscanister.o module. Details of this whole process are located at [link].... more »
|
|
|