ACE VERSION: 5.2.x (5.2.1, 5.2.2., 5.2.3, 5.2.4) ... TARGET MACHINE and OPERATING SYSTEM, if different from HOST: ... CONTENTS OF...
Hrvoje Lucic (ETK)
hrvoje.lucic@...
Sep 2, 2002 4:47 pm
2872
ACE VERSION: 5.2.3 HOST MACHINE and OPERATING SYSTEM: not relevant If on Windows based OS's, which version of WINSOCK do you use?: not relevant TARGET MACHINE...
Ness Holger
holger.ness@...
Sep 3, 2002 8:13 am
2873
From the ACE source I can see that ACE_Future<T> , ACE_Future_Rep<T> and ACE_Future_Observer<T> are designed using ACE_Thread_Mutex typed locks. Why aren't...
Hrvoje Lucic (ETK)
hrvoje.lucic@...
Sep 3, 2002 8:32 am
2874
Hi Hrvoje, ... Because when the ACE_Future<> classes were designed originally there was no such thing as an ACE_Condition_Recursive_Thread_Mutex. Now that...
Douglas C. Schmidt
schmidt@...
Sep 3, 2002 9:53 pm
2875
ACE VERSION: 5.2 HOST MACHINE and OPERATING SYSTEM: Intel P3 Win 2K TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND...
Herbert Wang
herbert@...
Sep 4, 2002 12:08 am
2876
Thanks, it works now. I found it myself yesterday doing it using const_cast<>() operator, but I'll use yours ACE_const_cast() 'cause it's more ACE portable. As...
Hrvoje Lucic (ETK)
hrvoje.lucic@...
Sep 4, 2002 7:04 am
2877
ACE VERSION: 5.1.9 HOST MACHINE and OPERATING SYSTEM: sun4u sparc SUNW,Ultra-5_10 Solaris 5.8 COMPILER NAME AND VERSION (AND PATCHLEVEL): unknown CONTENTS OF...
Torsten Wildschek
tw52@...
Sep 4, 2002 7:47 am
2878
ACE VERSION: 5.2.1 HOST MACHINE and OPERATING SYSTEM: Linux Slackware 8.0 running on a 1.73 GHz AMD single CPU with 3.5 G RAM, 120 G IDE disk. $ uname -a Linux...
Daniel S. Wilkerson
dsw@...
Sep 4, 2002 10:06 pm
2879
... Seems to me that the first expression is reverse of what it should be i.e line 207 should be #if !defined (ACE_LACKS_STRUCT_DIR) i.e it is a LACKS/HAS...
Krishnakumar B
kitty@...
Sep 4, 2002 10:45 pm
2880
ACE VERSION: 5.2.1, but I've taken a look at 5.2.4 and the code seems to be the same. HOST MACHINE and OPERATING SYSTEM: Standard PC with Win2K. TARGET MACHINE...
Gil Rapaport
grapaport@...
Sep 5, 2002 12:30 pm
2881
Hi Gil, ... Hum, that's weird. Here's the code I see: if (retrieved != length) { #if 0 ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("partial message retrieved, attempting...
Douglas C. Schmidt
schmidt@...
Sep 6, 2002 4:31 pm
2882
Hi Doug, My goodness, you're right. I missed that small detail when comparing our projects (duplicated) file with netsvcs's original ... ;-( Apparently the guy...
Gil Rapaport
grapaport@...
Sep 9, 2002 6:23 am
2883
ACE VERSION: 5.2.4 HOST MACHINE and OPERATING SYSTEM: HP Unix verion 11.00 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Gashtil, Kambeez
Kambeez.Gashtil@...
Sep 9, 2002 12:22 pm
2884
ACE VERSION: 5.2.4 HOST MACHINE and OPERATING SYSTEM: Sun Workstation, Sun Solaris 8. TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER...
Tanuj Agrawal
tanuj.agrawal@...
Sep 9, 2002 2:22 pm
2885
Hi Roger, Sorry for the late one. ... [example snipped] ... I have fixed this as following: * ace/Thread_Manager.cpp (join): This function was not cropping the...
Nanbor Wang
nanbor@...
Sep 9, 2002 5:00 pm
2886
Hi Herbert, Thanks for using the PRF. ... Right, there are two cond_timedwait in OS.cpp. I fixed them both according to your suggestion. Thanks, nanbor -- ...
Nanbor Wang
nanbor@...
Sep 9, 2002 5:01 pm
2887
ACE VERSION: 5.2.1 HOST MACHINE and OPERATING SYSTEM: Sun Solaris 2.6 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION...
Eva Goleniewska
eva.goleniewska@...
Sep 10, 2002 4:44 pm
2888
Hi Eva, ... I recommend that you upgrade to ACE 5.2.4, which is available from http://deuce.doc.wustl.edu/ If you still have problems please let u sknow. ...
ACE VERSION: 5.2a_p3-OCI HOST MACHINE and OPERATING SYSTEM: Sun Blade, Solaris 9 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Andrew Marlow
apm35@...
Sep 11, 2002 10:44 am
2891
Hi, Thanks for using the PRF. ... Since you're using the OCI version of ACE please send questions to taosupport@.... Thanks, Doug ... -- Dr. Douglas C....
Douglas C. Schmidt
schmidt@...
Sep 11, 2002 11:40 am
2892
ACE VERSION: 5.2.1 HOST MACHINE and OPERATING SYSTEM: OS 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-60 TARGET MACHINE and OPERATING SYSTEM, if different from...
Sagiv, Gadi
Gadi_Sagiv@...
Sep 12, 2002 7:05 am
2893
Message in the subject apears when I compile ACE 5.2.1 in $ACE_ROOT/ace directory with make command. Then make stops (exits). System specification: AIX4.3, GNU...
brunokozina
brunokozina@...
Sep 12, 2002 11:40 am
2894
Hi, ... I recommend that you upgrade to a newer version of ACE, such as ACE 5.2.4 that's available from http://deuce.doc.wustl.edu/Download.html If you still...
Douglas C. Schmidt
schmidt@...
Sep 12, 2002 12:56 pm
2895
ACE VERSION: 5.2.4 HOST MACHINE and OPERATING SYSTEM: FreeBSD 4.6.2-RELEASE If on Windows based OS's, which version of WINSOCK do you use?: TARGET MACHINE and...
Christophe Juniet
cjuniet@...
Sep 12, 2002 5:02 pm
2896
Hi Christophe, Thanks for using the PRF. ... We fixed this recently: Sat Aug 24 12:01:54 2002 Douglas C. Schmidt <schmidt@...> * ace/OS.h:...
Douglas C. Schmidt
schmidt@...
Sep 12, 2002 10:13 pm
2897
ACE VERSION: 5.2.3 HOST MACHINE and OPERATING SYSTEM: Intel processor (i686). Linux RedHat 7.1 distribution. If on Windows based OS's, which version of WINSOCK...
Sunil Negi
sunil@...
Sep 13, 2002 5:23 am
2898
... Sorry! I thought I had carefully read the mailing list archives... Is Mr. Carter taking care of ACE on FreeBSD? -- chris...
Christophe Juniet
cjuniet@...
Sep 13, 2002 9:49 am
2899
Hi Sunil, Thanks for using the PRF. ... That version of gcc is broken... I recommend you either upgrade to gcc 3.1/3.2 or downgrade to gcc 2.95.2. Thanks, ...
Douglas C. Schmidt
schmidt@...
Sep 13, 2002 11:03 am
2900
Hi Chris, ... No problemo. I think Russell sent me the email personally. ... "Taking care of" may be too strong, but "does report problems/fixes when...