ACE VERSION: 5.2.1 and the latest version as well HOST MACHINE and OPERATING SYSTEM: X86, Redhat 7.1 TARGET MACHINE and OPERATING SYSTEM, if different from...
Frasch, Charles F.
cfrasch@...
Nov 1, 2002 1:46 pm
33246
Thanks for the link. It did answer my questions. Adam Fanello Centor Software ... From: "Douglas C. Schmidt" <schmidt@...> Newsgroups:...
Adam Fanello
yahoo@...
Nov 1, 2002 4:11 pm
33247
Here's my first cut at the FAQ entry for creating singletons in dlls on windows. Let me know if it's ok or if anything should be changed (e.g. Is the FAQ in...
Craig L. Ching
cching@...
Nov 1, 2002 4:55 pm
33248
Hi Craig: ... You might also want to mention ACE_Unmanaged_Singleton and the new ACE_DLL_Singleton_T. The former requires the application developer to cleanup...
Don Hinton
dhinton@...
Nov 1, 2002 5:20 pm
33249
... Fair enough, that's a good point. Ran into that one many times myself as well (Steve can attest to that! ;-) I didn't know about ACE_DLL_Singleton_T, but...
Craig L. Ching
cching@...
Nov 1, 2002 5:40 pm
33250
Hi Charles, Maybe this has been fixed since 5.2.1? Just in case, here is an alternate definition that might work with any C++ compiler: template<typename T> ...
Robin Farine
robin.farine@...
Nov 1, 2002 6:00 pm
33251
Hi Yuval, ... Chapter 1 of the book "Quick CORBA 3" by Jon Siegel has fairly good coverage of valuetypes. One of these days, Steve Vinoski and I will write a...
Douglas C. Schmidt
schmidt@...
Nov 3, 2002 5:06 pm
33252
Hi Martin, We are currently looking into this problem - a bug has been raised in Bugzilla (#1349). Cheers, -- Simon McQueen...
Simon McQueen
sm@...
Nov 4, 2002 11:55 am
33253
Good morning Robin, Doug, Bala, ... I tried your approach on BCB5 UP1 and gcc 3.0.3 and it works for ACE_Future and a number of other types. Since...
Frasch, Charles F.
cfrasch@...
Nov 4, 2002 1:57 pm
33254
TAO VERSION: 1.2.5 ACE VERSION: 5.2.5 HOST MACHINE, TARGET MACHINE and OPERATING SYSTEM:Linux RedHat 7.3 COMPILER NAME AND VERSION (AND PATCHLEVEL): gcc...
Alter Marc
Marc.Alter@...
Nov 4, 2002 3:46 pm
33255
Couple of questions, to understand it a little more: -What will be the behavior if the Linux sockets subscribe to different ports while the address part is the...
Anindya Haldar
anindya@...
Nov 4, 2002 6:29 pm
33256
Hi, ... The questions are too open ended. The answer(s) depend on what *other* sockets and subscriptions your host has (for example, if another socket...
Carlos O'Ryan
coryan@...
Nov 4, 2002 6:59 pm
33257
Hi Anindya: What timing, I just checked in a new Multicast_Test that (hopefully) answers your questions. So, please grab the CVS version of Multicast_Test and...
Don Hinton
dhinton@...
Nov 4, 2002 7:26 pm
33258
ACE VERSION: 5.2 HOST MACHINE and OPERATING SYSTEM: i386-redhat-linux (Red Hat Linux 7.3) TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER...
Desmond Chan
deschan3@...
Nov 4, 2002 8:19 pm
33259
Hi there, Please cc to this account when reply. I am relatively new to ACE and I am trying to get it to work in Linux. I have no problem getting it compiled...
Chang Lin
clin@...
Nov 4, 2002 9:32 pm
33260
Hi there, Please cc to this account when reply. I am relatively new to ACE and I am trying to get it to work in Linux. I have no problem getting it compiled...
Chang Lin
clin@...
Nov 4, 2002 9:46 pm
33261
... The ACE_Message_Queue is a priority queue with the normal enqueue/dequeue methods. You set the priority on the message block with msg_priority() before...
Hi Norman, ... To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF),...
Douglas C. Schmidt
schmidt@...
Nov 5, 2002 6:04 am
33264
Hi Desmond, Thanks for using the PRF. ... I recommend that you use the ACE_Message_Queue, which has nice support for priorities. Please see the examples in ...
Douglas C. Schmidt
schmidt@...
Nov 5, 2002 6:07 am
33265
ACE VERSION: 5.2.5 HOST MACHINE and OPERATING SYSTEM: Pentium III / Suse - Linux 8.0 - 512 MByte RAM TARGET MACHINE and OPERATING SYSTEM, if different from...
Ralf Krüger
ralf.krueger@...
Nov 5, 2002 11:53 am
33266
TAO VERSION: 1.2.5 ACE VERSION: 5.2.5 HOST MACHINE, TARGET MACHINE and OPERATING SYSTEM:Linux RedHat 7.3 COMPILER NAME AND VERSION (AND PATCHLEVEL): gcc...
Alter Marc
Marc.Alter@...
Nov 5, 2002 12:11 pm
33267
On Mon, 2002-11-04 at 14:18, Frasch, Charles F. wrote: [snip] ... Ok, good to know it actually works. Thanks for the feedback, Robin...
Robin Farine
robin.farine@...
Nov 5, 2002 1:30 pm
33268
Hi Ralf, Thanks for using the PRF. ... The Proactor is still a "Work in progress" on Linux due to a combination of factors (some of which involve bugs in the...
Douglas C. Schmidt
schmidt@...
Nov 5, 2002 2:45 pm
33269
Last call to be included in the following Advanced CORBA Programming using TAO (for Real-Time) class! Dates: Nov. 12-15, 2002 Location: Object Computing, Inc....
Kristin Menefee
menefee_k@...
Nov 5, 2002 3:24 pm
33270
Hi Ralf, Thank you for using the PRF! The errors you see are expected for the 5.2.5 beta. They should be fixed for ACE 5.3. The Recursive_Condition_Test will...
Steve Huston
shuston@...
Nov 5, 2002 8:20 pm
33271
Hi Marc, Thanks for using the PRF. ... our resident IDL guru, Jeff Parsons, is at OOPSLA this week along with me and Ossama. He'll get to your bug report when...
Norman, Are you attempting to use RSA or DSA certificates? One thing to note is that DSA requires DH parameters so you will need to setup a DH callback using...
Andrew T. Finnell
andrew@...
Nov 6, 2002 1:38 am
33274
ACE VERSION: 5.2.5 HOST MACHINE and OPERATING SYSTEM: Win2K Professional Workstation on Intel Pentium III Winsock2 COMPILER NAME AND VERSION (AND PATCHLEVEL): ...