Hi, After checking all my projects settings and rebuilding the ace dll's and lib's everything works oke. I dont know what exactly causes the problem. Regards, ...
michiel.ten.hagen@...
Oct 1, 2003 9:58 am
36509
Hi Jeff, Thanks very much for the PRF! This is fixed in ACE 5.3a (and 5.3b), available from www.riverace.com. The fixes will be migrated back to the...
Steve Huston
shuston@...
Oct 1, 2003 2:22 pm
36510
Most of the examples I can find in ACE seem to concentrate on the server side of the client-server picture. Are there any good, simple examples out there of...
ygor@...
Oct 2, 2003 12:49 pm
36511
Hi Zhang, Please use the PROBLEM-REPORT-FORM when asking questions. This behavior is covered in chapter 3 of The ACE Programmer's Guide (APG) which will print...
Steve Huston
shuston@...
Oct 2, 2003 2:17 pm
36512
Hi, ... Sure - check out $ACE_ROOT/apps/Gateway/Peer/ Take care, Doug...
Douglas C. Schmidt
schmidt@...
Oct 2, 2003 2:21 pm
36513
Jan Evert, Thank you very much for this advice, I will check out the linux kernel mailing list and see what I can find out. Hal...
Hal Black
eia@...
Oct 2, 2003 2:35 pm
36514
Hi Dan, ... To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which...
Douglas C. Schmidt
schmidt@...
Oct 2, 2003 11:14 pm
36515
Hi Chris, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which...
Douglas C. Schmidt
schmidt@...
Oct 2, 2003 11:14 pm
36516
... Egad. This is not my idea of simple. I'm looking for "Reactor Based Client for Dummies". -- ... Dan White ... "Sometimes I think the surest sign that...
Daniel E. White
ygor@...
Oct 3, 2003 1:21 am
36517
Hi Daniel, ... The C++NPv2 book has a number of examples of using the Reactor for both the receiver (server) and sender (client) portions of networked ...
Douglas C. Schmidt
schmidt@...
Oct 3, 2003 2:01 am
36518
... OK, maybe I was insufficiently clear. I need a client receiver. -- ... Dan White ... "Sometimes I think the surest sign that intelligent life...
Daniel E. White
ygor@...
Oct 3, 2003 2:04 am
36519
... service. ... be ... I looked through chapter 5 and some of the examples. Is there any example of accomplishing this with the service config? I'm not sure ...
Toan Do
Toan.Do@...
Oct 6, 2003 4:17 pm
36520
Hello, We are using the ACE_Process and ACE_Process_Manager classes from ACE 5.3.1 on Windows 2k/XP, Linux, and Solaris. We have found these classes to be...
J. Simmons
simmons@...
Oct 6, 2003 9:30 pm
36521
... Would another possible approach be to change the API to allow the registration of an exit handler during process creation? -- Jon Biggar Floorboard...
Jonathan Biggar
jon@...
Oct 6, 2003 10:13 pm
36522
... From: "J. Simmons" <simmons@...> To: <ace-users@...> Sent: Tuesday, October 07, 2003 5:25 AM Subject: [ace-users] new ACE_Process feature ...
Yi-Kai Tsai
cuma@...
Oct 7, 2003 2:19 am
36523
Jonathan's approach is better than a suspended start, IMO. However, Cuma's idea of a process synch, such as a barrier, is an idea you can use today. -Steve -- ...
Steve Huston
shuston@...
Oct 7, 2003 2:15 pm
36524
Thanks for all of the input. You have generated quite a bit of discussion here in the office Many of the suggestions are things we had not thought of yet. In...
J. Simmons
simmons@...
Oct 7, 2003 2:51 pm
36525
I am trying to build w/ ACE_COMPONENTS=OS on RedHat Linux w/ gcc 3.2.2 and having difficulty. I believe that I am doing all of the things w/ config.h and...
Mike Reinertsen
mike.reinertsen@...
Oct 7, 2003 9:51 pm
36526
... What about some of the test code --- This test has both a client and a server: ~/ACE_wrappers/performance-tests/TCP/tcp_test.cpp otherwise grep around in...
Michael Searles
msearles@...
Oct 8, 2003 4:14 am
36527
Hi, Could you please use the PRF. We now don't know which version of ACE you are using and what the errors are. Johnny Willemsen Remedy IT BV Leeghwaterstraat...
Johnny Willemsen
jwillemsen@...
Oct 8, 2003 6:14 am
36528
Hi, Another option to get ACETAO.sln to compile on MSVS 2003: I had to undefine ST_CLIENT in config.h to avoid a name collision between a enum value and a...
UV
u.wildner@...
Oct 8, 2003 2:55 pm
36529
Hi all, Just a quick question pertaining to design of an embedded linux gateway using shared memory. We're using multiple processes which will communicate...
curb1968
curb1968@...
Oct 9, 2003 1:26 am
36530
Hi all, Just a quick question pertaining to design of an embedded linux gateway using shared memory. We're using multiple processes which will communicate...
Shannon S. Harvey
curb1968@...
Oct 9, 2003 3:15 am
36531
Hi Shannon, have you checked ACE_MEM_* classes ? Or can't you use it on an embedded platform ? Regards, Jarek Jaroslaw Nozderko GSM +48 601131870 / Kapsch (22)...
Jarosław Nozderko
jaroslaw.nozderko@...
Oct 9, 2003 7:29 am
36532
hi all, I want to change settings and get my ace mail list msgs in a digest version, I know It is possible because I have done it before, but now I can't find...
Sharon Yohay
SharonY@...
Oct 9, 2003 7:58 am
36533
Hi, I am using valgrind for memory debugging purposes. There are a few "uninitialized memory" warnings from the TAO core that seem to be harmless. Has anyone...
Volker Boerchers
vboerchers@...
Oct 9, 2003 8:51 am
36534
ACE VERSION: 5.3.3 HOST MACHINE and OPERATING SYSTEM: Windows 2000, winsock2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Efrat Amar
EfratA@...
Oct 9, 2003 1:34 pm
36535
Hello, How can I make user defined events and how can I do their event handlers? And how to initiate(fire) this user defined events? thanks, Mohamed shoeb ...
Mohamed Shoeb
MShoeb@...
Oct 9, 2003 2:04 pm
36536
Hi Efrat: ... Thanks for using the PRF! ... Take a look at $ACE_ROOT/tests for an example of how to do this. Specifically, look at ACE_Test_Output. hth... don ...
Don Hinton
dhinton@...
Oct 9, 2003 2:06 pm
36537
... Yes, it is. There's an example that does just that. The book is going to the printer next week (yea!) and I'll try to get the ACE 5.3b kit with the book's...