ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: If on Windows based OS's, which version of WINSOCK do you use?: Dell 4CPU box, Linux (Redhat AS 3) TARGET...
Finer, Howard
hfiner@...
Dec 1, 2005 7:11 pm
5206
... I'm a little worried about the release of the read lock prior to getting the write lock. I think the name of the new interface should somehow suggest that...
Ken Sedgwick
ken@...
Dec 2, 2005 7:26 pm
5207
... Hi Ken, In the above example, the release and acquire are in the user's (ie. my) code, not hidden by the library, so there should be no surprises. While...
J.T. Conklin
jtc@...
Dec 2, 2005 8:44 pm
5208
ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: Compaq UNIX Tru64 v5.1a COMPILER NAME AND VERSION (AND PATCHLEVEL): Compaq C++ V6.3-012 for Digital UNIX...
SEP team
core_tech_sep_group@...
Dec 8, 2005 9:29 am
5209
Hi Stephane, Thanks for using the PRF. ... Please upgrade to ACE+TAO x.4.7, which you can download from http://deuce.doc.wustl.edu/Download.html under the...
Douglas C. Schmidt
schmidt@...
Dec 8, 2005 1:43 pm
5210
ACE VERSION: 5.4.7 HOST MACHINE and OPERATING SYSTEM: Intel(R) Pentium(R) M processor 1500MHz Mandrakelinux release 10.2 (Limited Edition 2005) for i586 TARGET...
Tadhg Crotty
tcrotty@...
Dec 9, 2005 1:36 pm
5211
Hi, Thanks for using the PRF form. We have fixed an issue in this area already, this will be in the upcoming x.4.8 version Regards, Johnny Willemsen ...
Johnny Willemsen
jwillemsen@...
Dec 9, 2005 3:12 pm
5212
Hi, wrapper_macros.GNU was modified on 11/23, partly for the reason you describe below. It now reads ifeq (default,$(origin LEX)) LEX = flex endif the problem...
Jeff Parsons
j.parsons@...
Dec 9, 2005 3:24 pm
5213
ACE VERSION: 5.4.2 HOST MACHINE and OPERATING SYSTEM: Intel(R) Pentium(R) 4 CPU 2.00GHz, Linux 2.6.9-11.EL COMPILER NAME AND VERSION (AND PATCHLEVEL): gcc...
Rodrigo Amestica
ramestica@...
Dec 9, 2005 9:45 pm
5214
Hi Rodrigo, Thanks for using the PRF. ... Please upgrade to ACE+TAO x.4.7, which you can download from http://deuce.doc.wustl.edu/Download.html under the...
Douglas C. Schmidt
schmidt@...
Dec 10, 2005 4:28 pm
5215
ey its me, my old address dont work at time. i dont know why?! in the last days ive got some mails. i' think thaz your mails but im not sure! plz read and...
schmidt@...
Dec 10, 2005 9:35 pm
5216
Hi, thanks for the hint but I guess it will not help. I have downloaded the x.4.7 release and I have read the involved code. After clarifying to myself the...
Rodrigo Amestica
ramestica@...
Dec 12, 2005 2:01 pm
5217
Hi ACE Users, I just got the strange difference in behavior between the version of the example mentioned in subject depending on whether I am using...
Andrey Nechypurenko
andreynech@...
Dec 12, 2005 10:28 pm
5218
Hi, Thanks for the PRF form. I have no idea where this is coming from. The distributions are created from the same tree in a batch process. Can you compare the...
Johnny Willemsen
jwillemsen@...
Dec 13, 2005 7:49 am
5219
Hi, thanks for the hint but I guess it will not help. I have downloaded the x.4.7 release and I have read the involved code. After clarifying to myself the...
Rodrigo Amestica
ramestica@...
Dec 13, 2005 4:11 pm
5220
Hi Andrey, this is the same problem as we had today in the ACE course. We also had no timestamp output. The reason for this was that we compiled the examples...
Michael Frommberger
michael.frommberger@...
Dec 13, 2005 9:23 pm
5221
Hi Johnny, Thank you for the quick response! ... It seams like it was my fault. The colleague of mine pointed out that the most probably the problem has...
Andrey Nechypurenko
andreynech@...
Dec 13, 2005 9:27 pm
5222
Hi, ... Ok, this sounds familiair to me. This is a bug in x.4.7 which will be fixed in x.4.8. ... Ok, but I think you are right, this is a bug. Johnny...
Johnny Willemsen
jwillemsen@...
Dec 14, 2005 8:00 am
5223
Hi, ... Normally ACE would search for the ACEd, there are decorators that are used for that. This will be addressed with the upcoming x.4.8 when I am correct. ...
Johnny Willemsen
jwillemsen@...
Dec 14, 2005 8:05 am
5224
Hi Johnny, ... I did not take close look on the implementation of the logging service, but what was surprising for me is that it works *partially*, i.e. log ...
Andrey Nechypurenko
andreynech@...
Dec 14, 2005 9:33 pm
5225
Hi, ... When the dll is not found, you just get the default behaviour of the logging framework. ... Feel free to supply patches to improve things or ask one of...
Johnny Willemsen
jwillemsen@...
Dec 15, 2005 7:38 am
5226
Hi again, I was wrong. It seems that after downloading x.4.7 I was still inspecting files in my default installation (5.4.2). In particular, I missed the new...
Rodrigo Amestica
ramestica@...
Dec 15, 2005 12:45 pm
5227
Hi, ... ACE's configure script used to have some support for cross-compiled platforms. Olli, can you please summarize what doesn't work? Thanks, -Ossama...
ossama@...
Dec 15, 2005 5:46 pm
5228
Hi Olli, ... Thanks for clarifying this. Kirk, if you'd like to try out the forthcoming x.4.8 beta before we release it please see http://cvs.doc.wustl.edu/ ...
Douglas C. Schmidt
schmidt@...
Dec 15, 2005 5:47 pm
5229
Hi, ... There are number of autoconf tests that need to be added/updated for LynxOS. To name a few, ACE_NEEDS_IPC_1C_H ACE_HAS_LYNXOS_BROKEN_MMAP ...
Olli Savia
ops@...
Dec 15, 2005 6:07 pm
5230
Hi Olli, ... Okay. Thanks. BTW, do we need to have a ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO symbol? Won't an "#ifdef THREAD_CANCELLED" work just as well? ...
ossama@...
Dec 15, 2005 6:26 pm
5231
Hi ossama@... wrote: ... That is exactly what I suggested, see ...
Olli Savia
ops@...
Dec 15, 2005 7:43 pm
5232
Hi Olli, ... That sounds great, thanks! Let's worry about this once the x.4.8 beta goes out, however ;-) Thanks, Doug -- Dr. Douglas C. Schmidt...
Douglas C. Schmidt
schmidt@...
Dec 15, 2005 8:21 pm
5233
ACE VERSION: 5.4.7 HOST MACHINE and OPERATING SYSTEM: x86_64-linux (debian sarge) The machine has 1GB RAM and 940MB swapspace. TARGET MACHINE and OPERATING...
Tobias Herzke
tobias.herzke@...
Dec 16, 2005 5:10 pm
5234
ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: If on Windows based OS's, which version of WINSOCK do you use?: Dell 4CPU box, Linux (Redhat AS 3) TARGET...