... It may help if you can create threads as THR_DETACHED. By default, ACE_Thread_Manager spawns threads with THR_JOINABLE, so Thread_Manager preserves the ...
Ertugrul Sorar
esorar1@...
Nov 2, 2004 12:24 am
4853
ACE VERSION: 5.3.1 HOST MACHINE and OPERATING SYSTEM: Red Hat Linux TARGET MACHINE and OPERATING SYSTEM: same CONTENTS OF $ACE_ROOT/ace/config.h:...
White Daniel E CONT D...
WhiteDE@...
Nov 3, 2004 2:31 pm
4854
Hi Daniel, ... Perhaps you need to upgrade to a more recent version of ACE? If you check out the ACE 5.4.2 release (available from ...
Douglas C. Schmidt
schmidt@...
Nov 3, 2004 2:45 pm
4855
"Perhaps you need to upgrade to a more recent version of ACE? " I would prefer not to change ACE versions at this point in time (too close to a delivery) Is...
White Daniel E CONT D...
WhiteDE@...
Nov 3, 2004 3:09 pm
4856
Hi Daniel, ... Sure - you can simply download the code from http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ace/DEV_IO.h ...
Douglas C. Schmidt
schmidt@...
Nov 3, 2004 3:29 pm
4857
[sorry for posting to the newsgroup directly...i just saw the list instructions :)] ACE VERSION: 5.1 HOST MACHINE and OPERATING SYSTEM: solaris 2.9 TARGET...
John Guerrero
disposable2004@...
Nov 3, 2004 11:55 pm
4858
Hi John, Thanks for using the PRF. ... Wow, you're using a VERY old version of ACE! I suggest you upgrade to ACE 5.4.2...
Douglas C. Schmidt
schmidt@...
Nov 4, 2004 2:17 am
4859
Hi, Thanks for using the PRF. ... The version of ACE you're using seems to be ancient. I recommend that you upgrade to a more recent version and/or contact...
Douglas C. Schmidt
schmidt@...
Nov 5, 2004 2:39 pm
4860
hi doug, thanks for the reply. i will try with 5.4.2 and report back. is there any doc that covers upgrading from 5.1 to 5.4? or can you give me a...
John Guerrero
disposable2004@...
Nov 5, 2004 11:07 pm
4861
Hi John, ... Ok, great, thanks! ... All the changes between 5.1 and 5.4 are documented in $ACE_ROOT/ChangeLogs/ ... Chances are you'll need to #include some...
Douglas C. Schmidt
schmidt@...
Nov 5, 2004 11:52 pm
4862
Hi, PRF ACE VERSION: 5.4.2 HOST MACHINE and OPERATING SYSTEM: Suse 9.0 2.4.21-144-default P4 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: ...
Kobi Cohen-Arazi
kobi.cohenarazi@...
Nov 9, 2004 2:40 pm
4863
ACE VERSION: 5.4.2 HOST MACHINE and OPERATING SYSTEM: Linux oak 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 i386 GNU/Linux TARGET MACHINE and...
Class, Matthew
Matthew.Class@...
Nov 9, 2004 5:24 pm
4864
ACE VERSION: 5.3a_p7 HOST MACHINE and OPERATING SYSTEM: WinXP TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND...
Russell Mora
russell.mora@...
Nov 9, 2004 6:12 pm
4865
ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: Cross-platform TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION...
Russell Mora
russell.mora@...
Nov 9, 2004 6:21 pm
4866
Two problems PROBLEM #1: I was just looking at the ACE_Connector code again, and wanted to point out that it looks like it "suffers" from a race condition I've...
Andrew A.
aathan-ace-bugs-1524@...
Nov 11, 2004 5:15 pm
4867
Hi, There is now also a boost_unit_test base project, maybe we should rename that just to boost add the libs for the other compilers. With MPC you can then...
Johnny Willemsen
jwillemsen@...
Nov 12, 2004 7:32 am
4868
Hi, Thanks for using the PRF form. It seems you are using compiler options we are not using in our builds. What I have done is setup a small ACE build with...
Johnny Willemsen
jwillemsen@...
Nov 17, 2004 5:27 pm
4869
hi doug, i have successfully ported to 5.4.2 and reproduced the original problem. the stack trace is slightly different from 5.1. the original problem is that...
John Guerrero
disposable2004@...
Nov 18, 2004 12:53 am
4870
Hi John, ... A new PRF would be great. Thanks, Doug ... -- Dr. Douglas C. Schmidt, Professor TEL: (615) 343-8197 Electrical Engineering and Computer...
Douglas C. Schmidt
schmidt@...
Nov 18, 2004 2:24 am
4871
ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: Win XP Home Edition on Dell Inspiron 600m If on Windows based OS's, which version of WINSOCK do you use?:...
d f
df0004@...
Nov 19, 2004 2:17 pm
4872
Hi Matthew, Thanks for using the PRF. ... I'm sure that ACE works just fine on your platform. It just sounds like you may have a very slow machine, which is...
Douglas C. Schmidt
schmidt@...
Nov 19, 2004 6:29 pm
4873
Doug, thanks for your response. I'm not convinced that system performance is the problem here, however. The machine that has this problem is an unloaded 4 x...
Class, Matthew
Matthew.Class@...
Nov 19, 2004 7:04 pm
4874
... [...] ... Fixed. ... Fixed. ... Fixed. ... But I still see this->nested_namespace_ used in parse_element(). It's been a while since I looked at this code,...
Krishnakumar B
kitty@...
Nov 19, 2004 7:57 pm
4875
Hi there, is the following a bug or is my program expected to configure ACE_Reactor to handle this? Thanks in advance, jlg ACE VERSION: 5.4.2 HOST MACHINE and...
John Guerrero
disposable2004@...
Nov 19, 2004 8:56 pm
4876
Hi John, ... This is easy to handle as follows: . Create an instance of ACE_Select_Reactor with the "restart" flag of the ACE_Select_Reactor to 1 (the default...
Douglas C. Schmidt
schmidt@...
Nov 19, 2004 9:20 pm
4877
... Hi Matthew, Previously I was using Redhat 9 with linux kernel 2.4.20-6 on intel centrino, and many tests you mentioned also failed! So I searched the old...
Ertugrul Sorar
esorar1@...
Nov 19, 2004 9:55 pm
4878
Hi Russell, Thanks for using the PRF. ... I think the documentation is out-of-date! ... Right, this is the proper behavior since this class is designed to be ...
Douglas C. Schmidt
schmidt@...
Nov 19, 2004 10:16 pm
4879
Hi Russell, Thanks for using the PRF! ... Steve Huston fixed this recently: return terminate_result ? 0 : -1; and "acked" you in the ChangeLog file! Thanks, ...
Douglas C. Schmidt
schmidt@...
Nov 20, 2004 3:23 pm
4880
Hi ... Thanks for using the PRF! [snipped] ... Right! There is a bug in the generated skeleton code that needs fixing. Please see below. ... There are a couple...