Hi, ... Thanks for using the PRF form. The problem is probably caused by the fact that in an release build the inlines are enabled. Please build one of the ACE...
Johnny Willemsen
jwillemsen@...
Jun 1, 2005 7:29 am
41848
Yes, or just try to build *your* app in release mode. This will mean that the inline functions found in the .inl files will be automatically included to their...
Bruno Haas
grinob.haas@...
Jun 1, 2005 2:16 pm
41849
Any folks out there tried to use compression to reduce IIOP message bandwidth? I've seen a paper that describes using interceptors to compress IIOP data...
Malcolm McRoberts
mmcroberts@...
Jun 1, 2005 2:22 pm
41850
Hi Malcolm, ... How old is this paper? It sounds like the authors may have used the old non-portable transport level interceptors that existed before the ...
Ossama Othman
ossama@...
Jun 1, 2005 2:50 pm
41851
... Hi Johnny, I will take a look at existing ACE regression tests and see if I can modify my example to become one of them. It may be that this problem is...
Lothar Werzinger
lothar@...
Jun 1, 2005 4:50 pm
41852
The article was from a 1995 Computer. The title was "Using Interceptors to Enhance CORBA" and the authors were Priya Narasimhan Louise E. Moser P.M....
Malcolm McRoberts
mmcroberts@...
Jun 1, 2005 5:00 pm
41853
I just looked at the existing ACE tests and in "tests/Malloc_Test.cpp" I found the following (very interesting) piece #if !defined (linux) \ && !(defined...
Lothar Werzinger
lothar@...
Jun 1, 2005 5:08 pm
41854
... I did a bit of research to see if mmap can be safely called from within a signal handler and on Linux 'man 2 signal' reveals that "mmap" is not included....
Lothar Werzinger
lothar@...
Jun 1, 2005 5:48 pm
41855
... Traditionally, all system calls were considered signal safe. I wonder if the POSIX list originated before mmap() was brought into the fold. It make be...
J.T. Conklin
jtc@...
Jun 1, 2005 6:39 pm
41856
Greetings, I am implementing a simple thread-per-connection server using the ACE reactor framework. My server is such that it only receives a pre-defined set...
Frank K
fkolarek@...
Jun 1, 2005 9:32 pm
41857
Hi Lothar, ... If you can figure out how to add this change portable/transparently to ACE_Malloc<> please let us know! Thanks, Doug...
Douglas C. Schmidt
schmidt@...
Jun 2, 2005 11:29 am
41858
Hi Malcolm, ... That article is very old and predates the OMG Portable Interceptor specification. Put another way, I wouldn't put much credence in the ...
Douglas C. Schmidt
schmidt@...
Jun 2, 2005 11:36 am
41859
Some background 1st: I am developing an application where 3 key requirements are 1) I can only expose 1 listening port 2) If a process handling connected...
Mike Waters
mbwaters2005@...
Jun 2, 2005 4:25 pm
41860
ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: LynxOS4.0.0 LynxOS4.0.0 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Ballard, Christine
christine.ballard@...
Jun 2, 2005 4:35 pm
41861
Hi Mike Waters, Please, provide PRF always. I would suggest to you the following design, that works at least on linux: - parent process creates a listening...
Robert Iakobashvili
coroberti@...
Jun 2, 2005 5:18 pm
41862
If you do not mind to use a blocking service thread, you can check out the example in C++NP Vol 2, P 213. The reactor will call the open() method of handler...
Xue Yong Zhi
seclib@...
Jun 2, 2005 6:28 pm
41863
Hi everyone, ACE VERSION: 5.4.5 HOST MACHINE and OPERATING SYSTEM: dell Workstation PWS670 Xeon Windows Xp PRO SP2 TARGET MACHINE and OPERATING SYSTEM, if...
Jean-Philippe Shields
jshields@...
Jun 2, 2005 6:34 pm
41864
Greetings, I am running into a strange problem. When I try to instantiate an object that inherits from ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_MT_SYNCH>, I ...
Frank K
fkolarek@...
Jun 2, 2005 6:38 pm
41865
Hi, Thanks for using the PRF form. If you can run you app and don't see an increase and purify reports huge leaks then it looks like a purify problem. Johnny...
Johnny Willemsen
jwillemsen@...
Jun 2, 2005 6:49 pm
41866
Thanks for reading my problem. This is not a bug, this is just a discussion about how ACE may be used to fulfill a need that I have. I am using the latest ACE...
Waters, Michael
michael.waters@...
Jun 2, 2005 7:50 pm
41867
I am running into a strange problem. When I try to instantiate an object that inherits from ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_MT_SYNCH>, I suddenly get...
Frank K
fkolarek@...
Jun 2, 2005 8:05 pm
41868
ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: Win XP, sp1 COMPILER NAME AND VERSION: VC++ 6.0, sp6 CONTENTS OF $ACE_ROOT/ace/config.h #if...
JR Andreassen
janrune@...
Jun 2, 2005 8:52 pm
41869
Hi Frank, Please use the PROBLEM-REPORT-FORM when asking any questions about ACE. You'll find it in the ACE_wrappers directory. It sounds as though ACE is...
Steve Huston
shuston@...
Jun 2, 2005 9:18 pm
41870
Hi, I am a newer for ACE. During reading the book "ACE Programmer's Guide, The: Practical Design Patterns for Network and Systems Programming", I found below...
Gavin Yu
songtaoyu@...
Jun 3, 2005 1:38 am
41871
Hi, ... Same as in prinft. Its the length of the following given arg (here string for indentation). It is named "The field width" (from man 3 printf) Kobi....
Kobi Cohen-Arazi
kobi.cohenarazi@...
Jun 3, 2005 4:46 am
41872
Hi Christine, ... Please upgrade to ACE+TAO x.4.5, which you can download from http://deuce.doc.wustl.edu/Download.html under the heading "latest beta kit"....
Douglas C. Schmidt
schmidt@...
Jun 3, 2005 4:57 am
41873
Hi, ... It means "indent by the number of spaces indicated by Trace::nesting_indent_ * lm->inc ()". Take care, Doug -- Dr. Douglas C. Schmidt...
Douglas C. Schmidt
schmidt@...
Jun 3, 2005 4:59 am
41874
Hi Frank, ... 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@...
Jun 3, 2005 5:00 am
41875
Hi Michael, A real design alternative to the multiprocess application, that may be considered is the follwowing design alternative: 1. keeping a monitor...
Robert Iakobashvili
coroberti@...
Jun 3, 2005 7:45 am
41876
Hi, Please use the PRF form when asking questions. The WFMO reactor does deferred event handler cleanup. See Section 4.4 of C++NPv2 for an explanation. ...