COMPGROUPS.NET | Post Question | About | Groups | Contact | Register | Login



comp soft-sys matlab (18539)

comp os linux advocacy (5162)

comp soft-sys sas (3808)

comp soft-sys math mathematica (2923)

comp lang python (2910)

comp lang ruby (2557)

comp text tex (1736)

comp sys mac advocacy (1660)

comp lang c++ (1422)

comp lang javascript (1223)

comp lang c (1197)

comp lang perl misc (1192)

comp lang java programmer (927)

comp dsp (911)

comp sys mac system (893)

comp lang tcl (873)

comp databases ms-access (764)

comp arch fpga (751)

comp lang idl-pvwave (727)

comp software shareware announce (704)

comp lang php (700)

comp lang lisp (684)

comp sys sun announce (659)

comp arch embedded (626)

comp sys mac apps (613)

comp sys ibm ps2 hardware (545)

comp lang fortran (525)

comp lang c++ moderated (524)

comp unix shell (523)

comp os plan9 (514)

comp os linux misc (513)

comp unix solaris (501)

comp databases oracle server (497)

comp sys ibm pc games war-historical (485)

comp lang python announce (483)

comp os ms-windows programmer win32 (477)

comp databases mysql (412)

comp sys cbm (408)

comp dcom sys cisco (408)

comp arch (308)

comp sys ibm pc games action (301)

comp databases informix (274)

comp lang clipper visual-objects (267)

comp os vms (263)

comp lang perl announce (238)

comp lang xharbour (229)

comp graphics apps gnuplot (224)

comp realtime (216)

comp soft-sys ace (215)

comp lang ada (213)

comp protocols nfs (207)

comp protocols snmp (204)

comp parallel (202)

comp sys acorn announce (196)

comp protocols tcp-ip domains (193)

comp sys ibm pc hardware systems (191)

comp unix internals (187)

comp infosystems www browsers misc (184)

comp misc (182)

comp publish cdrom software (182)

comp dcom cabling (174)

comp mail mime (169)

comp std announce (169)

comp ai fuzzy (168)

comp ai edu (166)

comp soft-sys stat spss (156)

comp protocols kerberos (155)

comp databases filemaker (155)

comp sys apple2 (153)

comp admin policy (151)

comp databases postgresql committers (150)

comp databases ibm-db2 (149)

comp databases ms-sqlserver (131)

comp protocols dicom (129)

comp unix programmer (128)

comp security misc (123)

comp unix bsd freebsd misc (120)

comp graphics visualization (117)

comp cad cadence (117)

comp databases olap (116)

comp apps spreadsheets (114)

comp databases postgresql general (114)

comp lang vhdl (113)

comp lang java help (113)

comp ai neural-nets (112)

comp ai (111)

comp ai games (110)

comp dcom telecom (109)

comp client-server (108)

comp os linux announce (105)

comp cad microstation (105)

comp databases oracle marketplace (105)

comp soft-sys math scilab (102)

comp databases progress (102)

comp os linux networking (101)

comp database oracle (100)

comp graphics api opengl (99)

comp ai genetic (98)

comp protocols dns bind (97)

comp compilers (97)


comp.soft-sys.ace Post New
Items(187) /4 Next >> Last >|
Subject Posted Replies From
[ACE] Listen to a manually created stream socket.

Hi all. I'm working on an open-source project and we just decided to make a move with the ACE library. So far it uses the Acceptor/Reactor pattern. Here's more detail on the setup and what I am trying to do: -- In main() I prepare the ace acceptor like below: ACE_Acceptor<PacketHandler,ACE_SOCK_ACCEPTOR> acceptor(server_addr, ACE_Reactor::instance(), ACE_NONBLOCK); -- PacketHandler is a child class inherited of ACE_Svc_Handler<ACE_SOCK_STREAM,ACE_NULL_SYNCH>. I overrided the member function open() to deal with incomming connections manually & create some sort of session system that would b

7/8/2010 8:36:08 PM 0 Alex Belanger <u...@compgroups.net/>
ACE_OS::munmap() throws exception in suse linux 64 bit

Hi, We are running a process that creates memory mapped file and store data. The file is initially allocated 100MB and whenever the size reaches, the process extends the memory mapped file size by 16MB. This works fine until the file size reaches 1.5 GB. When it crosses 1.5GB, my process crash. The debug statements and core file shows that it crashes when it tried extending the file size by another 16MB. The ACE functions used for extending the file size are unmap() and map(). However, when the process is restarted, it works fine. It is able to extend the file beyond 1.5GB and someti

5/27/2010 7:54:30 PM 0 Senthil <u...@compgroups.net/>
Cross-compiling ACE for an ARM 9 using LTIB

Hi all. I'm trying to configure ACE to be built with the LTIB package builder. The target is an ARM 9 processor. I'm currently stuck with the message: 'cannot run test program while cross compiling'. Does anyone have an easy fix for this (e.g. how to disable the test parts of the configure script? Thank's

5/2/2010 6:56:17 PM 0 Thomas Arnbjerg <thomas.dalum.arnbj...@gmail.com>
[tao-users] Congratuations to Asssociate Professor Andy Gokhale

Hi Folks, I'm very pleased to announce that Andy Gokhale was just promoted to Associate Professor with Tenure at Vanderbilt University. Andy was one of the original developers of TAO when he was a Ph.D. student at Washington University, so it's great to see all his hard work pay off! Doug

4/29/2010 6:21:27 PM 0 "Douglas C. Schmidt" <schm...@dre.vanderbilt.edu>
Compiler used on Solaris

Hello, When I try to use gmake to compiler ACE_wrappers/ace directory on solaris, the gmake uses g++ compiler instead of CC compiler from Sun Studio. This compiler information is mentioned in which makefile so that instead of using g++/ gcc it should use CC compiler from Sun Studio v12. regards, Ankit

4/29/2010 8:53:32 AM 0 Ankit <ankit.k...@gmail.com>
Simultaneous read and write on a socket

Hi, Is it possiible to do simultaneously reading and writing to a socket ? I mean can one thread write to a socket and at the same time another thread read from the same socket ?

4/29/2010 12:12:45 AM 0 Dhirendra Singh <dhirendr...@gmail.com>
[ace-users] A problem on using ACE_STDIN

This is a multi-part message in MIME format. ------_=_NextPart_001_01CAE6FF.09E7B8E3 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi all, =20 I use register_handler() to register a handler for STDIN. In handle_input(), I call ACE_OS::read() to read data from stdin. But I don't know why ACE_OS::read() is blocked sometimes after some data is input from stdin. I need repeat the same inputting again so that ACE_OS::read() can return. =20 The following is my code. bool MscUserStdinInterface::initialize() { if(ACE_I

4/28/2010 6:17:19 PM 0 "Leon Teng" <Leon.T...@radisys.com>
[ace-users] [ANN] CodeSynthesis XSD 3.3.0 released

Hi, I am pleased to announce the availability of CodeSynthesis XSD 3.3.0. CodeSynthesis XSD is an open-source (GPL2 + proprietary license), cross- platform W3C XML Schema to C++ data binding compiler. Provided with a schema, it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with elements, attributes, and text in a direct representation of XML such as DOM or SAX. One of the XSD featur

4/28/2010 1:41:38 PM 0 Boris Kolpackov <bo...@codesynthesis.com>
Inconsistent behavior in asynchronous connections using CONNECT_MASK between Linux & Windows...

ACE VERSION: 5.7.1 HOST MACHINE and OPERATING SYSTEM: Intel Xeon E5530 and Red Hat Enterprise 5 Update 4 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: Same as Host COMPILER NAME AND VERSION (AND PATCHLEVEL): g++ (GCC) 4.1.2 20080704 BUILD METHOD USED: Eclipse C++ Development Environment AREA/CLASS/EXAMPLE AFFECTED: ACE_SOCK_Connector, ACE_Reactor, ACE_Event_Handler DOES THE PROBLEM AFFECT: COMPILATION? No LINKING? No EXECUTION? Yes SYNOPSIS: Registering a concrete event handler with the Reactor using CONNECT_

4/24/2010 4:45:47 PM 1 dmangal <dayn...@gmail.com>
Implications of using MFC with ACE under Visual Studio 2008?

I have a number of non-MFC programs I've built using ACE 5.7 in Visual Studio 2008 (VC++ 9), and I'm about to add one that uses features provided by MFC. Naturally, I'll need to rebuild ACE with the appropriate MFC flags to do that. Before going there, however, I have 2 questions: 1) Is it actually necessary to generate the MFC workspace with MPC in order to build ACE for use with MFC? 2) Will ACE built with the MFC flags still work with my non-MFC code, or am I courting trouble here? Thanks, Steve

4/23/2010 6:26:52 PM 0 SteveH <n1xnx...@gmail.com>
[ace-users] Which regression tests fail?

--0-1606970962-1272023513=:35332 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hello: I am testing ACE (32-bit=A0 and 64-bit) in IBM Power architecture running L= inux (RHEL 5u4).=A0 For comparison, I am also running the regression tests = on Intel x86_64 / Linux/ RHEL 5u4.=A0 The compilation was done with the sta= ndard GCC distribution (4.1.2) that comes with RHEL 5U4.=A0=20 When I run the regression tests, on both architectures, there are several f= ailed tests ( 3 or 4). These include Bug_2610, Bug_2772, Service_Config_Str= eam tes

4/23/2010 11:51:53 AM 0 Balaji Veeraraghavan <bveeraragha...@yahoo.com>
[ace-users] OMG Real-Time Workshop

This is a multi-part message in MIME format. --------------070702050303000306020802 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, The OMG RT conference can be of interest for the ACE/TAO/CIAO user community. Several members of the core ACE/TAO/CIAO developer group will also be attending this conference. For details see http://www.omg.org/news/meetings/SMCS/rt/index.htm Regards, Johnny Willemsen --------------070702050303000306020802 Content-Type: text/x-vcard; charset=utf-8; name="jwillemsen.vcf" Content-Transfer-Encoding: 7bit

4/23/2010 9:57:44 AM 0 Johnny Willemsen <jwillem...@remedy.nl>
ACE/TAO 1.6a_p7: can't build in Visual Studio 2008?

Hi - I appear to have "no such file or directory" problems when tryng to build ACE/TAO ver 1.6a, below is the PROBLEM-REPORT-FORM info...can anyone advise? thanks TAO VERSION: 1.6a_p7 HOST MACHINE and OPERATING SYSTEM: 32-bit Windows XP TARGET MACHINE and OPERATING SYSTEM, if different from HOST: Visual Studio 2008 Version 9.0.21022.8.RTM CONTENTS OF $ACE_ROOT/ace/config.h #include "ace\config-win32.h" CONTENTS OF $ACE_ROOT/include/makeinclude/platform_macros.GNU [if you use a link to a platform-specific file, simply state which one

4/22/2010 9:55:22 PM 5 Paulito <paul...@gmail.com>
[ciao-users] Important information regarding LwCCM

Hi all, As part of all work we are doing in CIAO we are working on explicitly supporting the Lightweight CCM profile in CIAO. As part of the next micro release this profile is enabled by default, which will reduce the size of your components by removing a lot of supported methods. If you are having any compile problems, you can disable LwCCM by adding ccm_lw=0 to your default.features file and regenerate your makefiles. Regards, Johnny Willemsen Remedy IT

4/22/2010 5:37:19 PM 0 Johnny Willemsen <jwillem...@remedy.nl>
[ace-users] 64-bit ACE

This is a multi-part message in MIME format. ------_=_NextPart_001_01CAE23A.0EE9B788 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am researching porting my project to 64-bit (Solaris 10 (SPARC and x86), Win XP x64). With respect to ACE, do I only have to compile it for 64-bit? Regards, Paul Eccles ------_=_NextPart_001_01CAE23A.0EE9B788 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Typ

4/22/2010 4:37:05 PM 0 "Eccles, Paul D (IS)" <paul.ecc...@ngc.com>
Change CDR alignment and other properties

Hi list, I'm currently considering to use CDR for something totally unrelated to CORBA, in order to avoid dealing with endianness, float representation and other issues myself. However, I'm going to send lots of messages and have calculated that the alignment restrictions of CDR will degrade my typical performance by up to 10% (ignoring the type flag). Now I've noticed these are #defined and thus could be changed... in theory, that is. In practice, the question is if the implementation actually works when these are changed to 1 (byte-aligned), or if it will break in horrible a

4/22/2010 3:11:49 AM 1 Nerdwurx <...@privacy.net>
Calling connect() spawns an unexpected thread on Windows

ACE VERSION: 5.7.0 HOST MACHINE and OPERATING SYSTEM: Intel Core2 Duo E6550 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: Need to be able to run on several different platforms (x86, PPC) and OS's (XP, RHEL 5, Wind River Linux 3.0) COMPILER NAME AND VERSION (AND PATCHLEVEL): On host machine, Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) BUILD METHOD USED: Visual Studio 2005 AREA/CLASS/EXAMPLE AFFECTED: SOCK_Connector.cpp DOES THE PROBLEM AFFECT: COMPIL

4/21/2010 3:05:15 PM 1 dmangal <dayn...@gmail.com>
ACE_Service_Repository::find deadlocking during Service-Conf-file processing

Hello together, I have a general question about the usage of ACE_Service_Repository in connection with ACE_Service_Object instances that are dynamically loaded. I experienced following behaviour beginning with ACE 5.7.5, strangely with earlier versions it worked: When loading dynamic Services with a config-file and while not all services are loaded one service is using the following Template to get a pointer to an already loaded service: My_Service_Class * p1 = ACE_Dynamic_Service<My_Service_Class>::instance(ACE_TEXT("My_Service_Class_Name")); Meaning: 0) Compiled ACE

4/21/2010 9:09:35 AM 0 "Christian Freund" <christian.fre...@wrz.de>
[ace-users] Problems with TP_Reactor on CentOS5.4.

------=_Part_59196_2695699.1271834201304 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit Hi, ACE_VERSION 5.7 or 5.6 I use the ACE development my App on fedora 12 before.It works well.But this week I get some problem when I want to use it on Centos 5.4. I use the TP_Reactor and the Leader/Follow pattern. ACE_TP_Reactor *tp_reactor = new ACE_TP_Reactor(MAX_FD_SET_SIZE);/// m_StbReactor = new ACE_Reactor(tp_reactor); ///Init the timer ACE_High_Res_Timer::global_scale_factor(); m_StbReactor->timer_queue()->gettimeofday(&ACE_High_Res_Timer::gettimeofd

4/21/2010 7:16:41 AM 0 =?gbk?B?1tPO5M7E?= <zhouwuwa...@126.com>
build warning

1) I have a working corba app that uses shared objects. 2) I was able to build static version of ACE and link it statically to my app. 3) When I build static version I get a warning (which I do not get in case of shared objects): /bb/mtge/pauls/corba/ACE/ACE_static/lib/libACE.a(MMAP_Memory_Pool.o): In function `ACE_OS::mktemp(char*)': /bb/mtge/pauls/corba/ACE/ACE_static/ace/OS_NS_stdlib.inl:282: warning: the use of `mktemp' is dangerous, better use `mkstemp' Anybody could explain? My system is: uname -a Linux gputst2 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x

4/20/2010 1:53:11 PM 1 "pavel_sosl...@yahoo.com" <pavel_sosl...@yahoo.com>
[ciao-users] Johnny Willemsen wants to stay in touch on LinkedIn

------=_Part_6894581_1133066523.1271747574604 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit LinkedIn ------------ Ciao, I'd like to add you to my professional network on LinkedIn. - Johnny Willemsen Johnny Willemsen ACE/TAO/CIAO Engineer/Trainer at Remedy IT Nijmegen Area, Netherlands Confirm that you know Johnny Willemsen https://www.linkedin.com/e/isd/1236941339/NCA7viBz/ ------ (c) 2010, LinkedIn Corporation ------=_Part_6894581_1133066523.1271747574604 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

4/20/2010 7:12:54 AM 0 Johnny Willemsen <jwillem...@remedy.nl>
how to use ACE_Stream in Service configurator service?

Take ACE_wrappers/examples/ASX/CCM_App for example. The svc.conf: stream dynamic CCM_App STREAM *CCM_App:make_stream() active { dynamic Device_Adapter Module *CCM_App:make_da() dynamic Event_Analyzer Module *CCM_App:make_ea() dynamic Multicast_Router Module *CCM_App:make_mr() "-p 3001" } In the main function, one can get the name of service, but how to use CCM_App? because the ACE_Stream is not the derived class of ACE_Service_Object, One can't write code this way. MT_Stream * pp = ACE_Dynamic_Service<MT_Stream>::instance("CCM_App"); Are there other ways to solve this

4/20/2010 6:07:33 AM 0 jiayuehua <yuehu...@gmail.com>
Problem with ACE Object Manager

I am having strange problem with ACE Object manager. We have developed a library (kind of source development kit) using ACE. Other groups can write their applications using this library which also could make use of ACE libraries. The problem is, while writing our library (SDK) code , we assumed that the applications will use only the SDK functionality and not ACE functionality. Hence we are initializing ACE object manager in our SDK code by calling ACE::init and destroying it by calling ACE::fini. (we use the ACE default setting which is "ACE_HAS_NONSTATIC_OBJECT_MANAGER" ). Now so

4/19/2010 9:00:50 PM 1 SK <sachi...@gmail.com>
[ace-bugs] ACE_Connector : Unexpected disconnect/unexpected error with peer.recv()

ACE VERSION: 5.7.3 HOST MACHINE and OPERATING SYSTEM: Windows Server 2003 x86 32-bit If on Windows based OS's, which version of WINSOCK do you use?: WINSOCK2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: SAME COMPILER NAME AND VERSION (AND PATCHLEVEL): MSVC++ 2008 SP1 THE $ACE_ROOT/ace/config.h FILE: config-win32.h BUILD METHOD USED: Solution from Source Distribution AREA/CLASS/EXAMPLE AFFECTED: ACE_Connector/ACE_SOCK_CONNECTOR DOES THE PROBLEM AFFECT: EXECUTION, Problem affects application =20 SYNOPSIS: Unexpected disconnection from ACE_So

4/16/2010 2:52:39 PM 0 Johnathan Harris <jhar...@eagleseven.com>
Static linking

I have a working corba app that uses shared objects. Now I need to link my app statically. I was able to build ACE static (*.a) libraries on linux. Now I am trying to link my app with static ACE libs. I use "-static" in my Makefile. I am getting hundreds of unresolved symbols. Rergards, Paul

4/15/2010 8:39:03 PM 1 pavel_sosl...@yahoo.com
[ace-bugs] Question about Atomic_Op<> template and Solaris 10

--_000_56B1DBC4E9A25440B3CBB052C3F8E9DBACEB6A0669MAILBOXSERVER_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable This is not a bug report (that why I am not using standard PRF), just quest= ion. I noticed that for enabling atomic ops in ace we need to explicitly enable = atomic_ops_sparc=3D1 in platform_macros.GNU file. There is Atomic_Op_Sparc.= c file with inline assemblies about. Solars 10 supports atomic op instructions just including <atomic.h>, for a = long time. Docs about (for example): http://docs.sun.com/app/docs/doc/816-5168/a

4/14/2010 3:03:25 PM 4 Aleksandar Vukajlovic <aleksandar.vukajlo...@finsoft.rs>
[tao-bugs] ImR_Activator does not detect, if a server goes down

--_000_8CD38AFC0AB61D458ABA017AA565AD1E015DAE29BEmailhamburg2g_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, TAO VERSION: 1.7.7 ACE VERSION: 5.7.7 HOST MACHINE and OPERATING SYSTEM: Windows XP, Windows Socket 2.0 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND PATCHLEVEL): MS Visual Studio 2008 Version 9.0.30729.1 SP THE $ACE_ROOT/ace/config.h FILE [if you use a link to a platform- specific = file, simply state which one]: config-win32.h BUILD METHOD USED: traditional

4/8/2010 12:34:41 PM 0 =?iso-8859-1?Q?Pfreundt=2C_Dr=2E_J=FCrgen?= <Juergen.Pfreu...@gftinboxx.com>
[ace-bugs] 5.7.6 failed tests : DLLs

ACE VERSION: 5.7.6 ( similar problem with 5.7.7 )=20 HOST MACHINE and OPERATING SYSTEM: Red Hat Enterprise Linux Server release 5.3 (Tikanga) 2.6.18-149.el5 #1 SMP x86_64 x86_64 x86_64 GNU/Linux Dual Xeon L5420@2.5GHz TARGET MACHINE and OPERATING SYSTEM, if different from HOST:=20 same as host COMPILER NAME AND VERSION (AND PATCHLEVEL):=20 Target: x86_64-redhat-linux gcc version 4.1.2 20080704 (Red Hat 4.1.2-44) THE $ACE_ROOT/ace/config.h FILE: config-linux #include "ace/config-linux.h" THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE:

4/7/2010 5:18:54 PM 0 "Yakovets, Aleksey" <Aleksey.Yakov...@morganstanley.com>
MPC

I've been using the stock VC9 sln/vcproj files to build ACE and TAO, but now I'd like to modify the compiler options used to produce these files (specifically, I want to compile with /MDd instead of /MTd). So apparently I need to use MPC and modify some configuration files. I went to the only place I know to find documention: http://www.cs.wustl.edu/~schmidt/ACE-documentation.html, but MPC link, http://download.ociweb.com/MPC/MakeProjectCreator.pdf, is broken. Where's the MPC documentation kept? Or has something replaced MPC? Thanks!

4/6/2010 1:31:06 PM 1 burmair <...@burmair.com>
[tao-users] ACE+TAO x.7.8 rpms available from opensuse buildservice

Hi all, The ACE+TAO x.7.8 RPMs are available from the OpenSuSE build service at http://software.opensuse.org/search Regards, Johnny Willemsen Remedy IT Check our quality scoreboard at http://scoreboard.theaceorb.nl/

4/2/2010 2:43:11 PM 0 "Johnny Willemsen" <jwillem...@remedy.nl>
[tao-announce] ACE+TAO+CIAO x.7.8 available for download

Hi, Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the latest ACE+TAO+CIAO x.7.8 micro release, which is available from the usual download location at: http://download.dre.vanderbilt.edu/ under the heading "Latest Micro Release kit." This release contains major CIAO changes and some small changes to ACE and TAO for all the work done in CIAO. The doxygen documentation for this release is also available. In addition to the packages combined of sources and generate makefiles, this release provides source-only packages for d

4/2/2010 2:04:01 PM 0 "Johnny Willemsen" <jwillem...@remedy.nl>
[tao-bugs] POA: Are the calls in RequestProcessingStrategyAOMOnly::cleanup_servant in the right order?

This is more just question from looking at the code, however, here is the PRF anyway... TAO VERSION: 1.7.7 ACE VERSION: 5.7.7 HOST MACHINE and OPERATING SYSTEM: Windows 2003 x64, WinSock2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND PATCHLEVEL): MSVC 8.0 SP1 THE $ACE_ROOT/ace/config.h FILE [if you use a link to a platform- specific file, simply state which one]: config-win32.h THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE [if you use a link to a platfor

3/31/2010 3:17:02 PM 0 "Russell Mora" <russell_m...@symantec.com>
ACE 5.7.0 build fails on Solaris 10

Hi All, I was trying to build the latest ACE library on Solaris 10 but I am getting error when configure scripts is generating the various make files. The steps I followed to build it is given below bash-2.03$ cd $ACE_ROOT bash-2.03$ mkdir build;cd build bash-2.03$ ../configure --prefix=`$pwd` The error reported is given below checking if generated ACE configuration is usable... no configure: WARNING: The generated configuration appears to be unusable. Please verify that your system path and environment variables are correct. If they appear to be correct then please

3/31/2010 2:30:18 PM 0 Abhinav <abhinav.bipn...@gmail.com>
[ace-users] ACE on Windows 7?

This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands how to properly handle MIME multipart messages. --=__Part97BD61C3.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable =20 Hello, =20 I maintain a Windows application that uses ACE. The application is built = using Microsoft Visual C++ .NET. It is currently using ACE 5.5 and is = tested on Windows 2000 and Windows XP. I am investigating porting the = product to Windows 7. I am assuming that this port will r

3/29/2010 3:31:31 PM 0 "Andrew Keleher" <Andrew.Kele...@ca.thalesgroup.com>
question about thread safeness of reactor notify() method in ACE_Priority_Reactor implementation

ACE VERSION: 5.6.7 Linux Kernel 2.6.9 Hi, I'm trying to see in the code when doing notify() to a priority reactor, when does the internal pipe of the reactor is getting locked using the ACE_SELECT_REACTOR_TOKEN most of the ACE_Slelect_Reactor<> methods make use of the above, but I did not see in the code of notify() if the pipe is protected for case where 2 threads trying to write to the pipe (a UNIX socket in Linux case) via notify() I have a situation in my application where I see 2 threads call notify() for the same reactor, and the code is deadlocked somewhere in the Li

3/28/2010 6:19:12 PM 1 Shai Kedem <shai.ke...@gmail.com>
Re: [ace-users] a bug of ACE

Hi Jiang, Thanks very much for your email. Please make sure to send all questions related to TAO or ACE to the ACE mailing list or ACE+TAO newsgroup, rather than to me directly since I travel frequently and often don't have ready access to email. See http://www.cs.wustl.edu/~schmidt/ACE-mail.html for more info on how to access these resources. > I found a bug of ACE in Dev_Poll_Reactor.cpp, > ACE_Dev_Poll_Reactor_Notify::read_notify_pipe. To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report for

3/27/2010 7:11:33 PM 0 "Douglas C. Schmidt" <schm...@dre.vanderbilt.edu>
TAO Training - April 13-16, 2010 - St. Louis

We are actively taking registrations for an upcoming Advanced CORBA Programming using TAO public training event. Here are the details: Title: Advanced CORBA Programming using TAO Dates: Apr 13-16th Description: http://www.ociweb.com/training/CORBA-Programming-TAO-Real-Time Location: OCI Education Center (St. Louis, MO) Cost: $1,600 USD/ea Please contact me directly for additional information! Best regards, Kristin Menefee Education Services Object Computing, Inc. (OCI) 314-579-0066 x203 tel www.ociweb.com/training www.twitter.com/objectcomputing

3/26/2010 8:20:04 PM 0 Kristin <menef...@ociweb.com>
[ace-users] ACE timers dependend on absolute system time

This is a multipart message in MIME format. --=_alternative 006D7B78C12576F2_= Content-Type: text/plain; charset="US-ASCII" Hi, we are making heavy use of ACE timers using the ACE_Thread_Timer_Queue_Adapter template on several Windows platforms. Our problem is that these timer heavily depend on the absolute system time. As I understand it, a timer event is scheduled "for some time in the future". But when the system clock is changed, the effect is that handle_timeout is either called too fast (when system clock is moved forward), or not called at all for a longer time (whe

3/26/2010 6:56:06 PM 0 Christian.Andrit...@rohde-schwarz.com
Re: [ace-bugs] Unable to compile the APG examples

Hi, Sorry to bother you, but I have had a very difficult time in downgrading my gcc compiler on Fedora 12. The ACE website indicated that there are pre-built binaries available at commercial support sites, but I have not located them yet.=20 Can you point me to the right direction on where I could get a pre-built binary version of ACE please? Thanks very much! Yiwen=20 > -----Original Message----- > From: Johnny Willemsen [mailto:jwillemsen@remedy.nl]=20 > Sent: March 26, 2010 4:00 AM > To: Jiang, Yiwen; ace-bugs@cs.wustl.edu > Subject: RE: [ace-bugs] Unable to compile th

3/26/2010 1:00:09 PM 0 "Jiang, Yiwen" <jia...@navcanada.ca>
Call for papers (Deadline Extended): MULTICONF-10, USA, July 2010

It would be highly appreciated if you could share this announcement with your colleagues, students and individuals whose research is in computer science, computer engineering, information science and related areas. Call for papers (Deadline Extended): MULTICONF-10, USA, July 2010 The 2010 multi-conference (MULTICONF-10) (website: http://www.PromoteResear= ch.org ) will be held during July 12-14, 2010 in Orlando, Florida, USA. The primary goal of MULTICONF is to promote research and developmental activities in computer science, information technology, control engineering, and rela

3/25/2010 1:41:24 PM 0 James Heralds <jmhera...@gmail.com>
[ace-users] Case Insensitive Compare of XML Encoding in ACE XML Parser

Many XML libraries, such as the .NET XmlTextWriter, store the document enco= ding type as a lowercase string. This leads to the following error when pro= cessing it with ACE XML: "Detected Encoding is UTF-8 : Declared Encoding is utf-8" Changing line 3141 of Parser.cpp from: if (encoding !=3D 0 && ACE_OS::strcmp (astring, encoding) !=3D 0) to if (encoding !=3D 0 && ACE_OS::strcasecmp (astring, encoding) !=3D 0) would alleviate the problem. Thank you, Tim Pinkawa

3/24/2010 8:17:16 PM 4 Tim Pinkawa <tpink...@eagleseven.com>
Student visa

Student visa http://jobs-visa-immigration-consulta.blogspot.com/

3/23/2010 3:58:09 PM 0 gfgfgf <resourt...@gmail.com>
[ace-users] Problems building ACE_Message_Queue "has incomplete type"

--00163641692d859d07048277ffa2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello, I'm not able to build a Simple Program with a ACE_Message_Queue<...> example Code: #include "ace/Message_Queue.h" int ACE_TMAIN(int, ACE_TCHAR *[]) { ACE_Message_Queue<ACE_NULL_SYNCH> mq; } Compile Error: /usr/include/ace/../ace/Message_Queue_T.h: In instantiation of =BBACE_Message_Queue<ACE_NULL_SYNCH>=AB: /home/schimmfl/working-sync/workspace/LIB_TestTools/src/SimpleReceiver/Simp= leReceiver.cpp:6: instantiated from here /usr/includ

3/23/2010 1:43:26 PM 0 Flo <devn...@googlemail.com>
How to get principal host name from localhost

Hi All, Thanks in advance. I want to get principal host name from localhost, For eg: localhost/ 127.0.0.1 to principal host name. There is a FAQ on http://www.cs.wustl.edu/~schmidt/ACE.FAQ.html#Q44 but it does not tell how to use ACE_Acceptor class, directly using the example from that link gives compilation errors of ACE_Acceptor. Regards, Amey.

3/22/2010 2:45:51 PM 1 amey barve <ameybarv...@gmail.com>
[tao-users] TAO ImR: Restarting a NORMAL server fails

Hello, TAO VERSION: 1.7.7 ACE VERSION: 5.7.7 HOST MACHINE and OPERATING SYSTEM: Windows XP, Windows Socket 2.0 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND PATCHLEVEL):=20 MS Visual Studio 2008 Version 9.0.30729.1 SP THE $ACE_ROOT/ace/config.h FILE [if you use a link to a platform- specific = file, simply state which one]: config-win32.h BUILD METHOD USED: traditional AREA/CLASS/EXAMPLE AFFECTED: Implementation Repository DOES THE PROBLEM AFFECT: COMPILATION? No LINKING? No EXECUTION? Yes, ImplRepo_Service

3/22/2010 9:35:30 AM 0 =?iso-8859-1?Q?Pfreundt=2C_Dr=2E_J=FCrgen?= <Juergen.Pfreu...@gftinboxx.com>
[tao-users] Connection timeout

--001485f7c374f789b704822af453 Content-Type: text/plain; charset=ISO-8859-1 Hello, First, sorry about the PRF but it is not a bug at all. I am using TAO 1.6 with ACE 5.6 on a Linux machine. I am having a problem trying to setup the keepalive, in order to avoid a session timeout. I specified the option -ORBKeepalive 1 but I think that it is not enough if order to enable the keepalive. The timeout occurs only when the server is behind a stateful firewall such as a SOHO access point. The firewall deletes the flow rule because of inactivity and the client gets an error trying to use

3/19/2010 5:48:36 PM 0 Ariel Brunetto <abrune...@gmail.com>
[ace-users] Q: how can I access the name of an ACE_Stream ?

This is a multi-part message in MIME format. ------_=_NextPart_001_01CAC740.1060F85A Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi there, In my application I am using the svc.conf file to dynamically load and unload instances of a stream dll. Load: dynamic myStreamInstance1 STREAM * libMyStream : _make_myStream() active Unload: remove myStreamInstance1 However because I can have concurrent instances my stream need to be aware of their name to register themselves. This name is available in the ACE_Service_Type_Impl & ACE_St

3/19/2010 8:42:09 AM 0 "Eric Carter" <Eric.car...@detica.com>
[tao-users] QoS mapping

--0015174027a68abe9c0481ffcee7 Content-Type: text/plain; charset=ISO-8859-1 Hi all, TAO/ACE VERSION: ACE+TAO-5.7.7.zip HOST MACHINE and OPERATING SYSTEM: Windows XP sp3, WINSOCK 2.2, Visual C++ 2008 SYNOPSIS: In TAO/ACE code, where QoS parameters translation is done? Thank you for taking the time to answer my questions. I look forward to your response. Regards, Inma. --0015174027a68abe9c0481ffcee7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div>Hi all,<br>=A0<br>=A0=A0=A0 TAO/ACE VERSION: <br>ACE+

3/17/2010 2:19:48 PM 0 Inma Perea <inma.perea....@gmail.com>
[tao-users] =?iso-8859-1?q?TAO=B4s_A/V_Streaming_Service=3A_Synch?= =?iso-8859-1?q?ronizing_flows?=

--00235400e1ead6d7a70481e703ef Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all, TAO/ACE VERSION: ACE+TAO-5.7.7.zip HOST MACHINE and OPERATING SYSTEM: Windows XP sp3, WINSOCK 2.2, Visual C++ 2008 Regarding the sync between flows, what is already solved in TAO=B4s A/V Streaming Service? How Can I sync flows? In addition to the test from *" TAO_ROOT\orbsvcs\tests\AVStreams"*, are there others TAO's AV streaming service implementations? Thanks in advance. Regards, Inma. --00235400e1ead6d7a70481e703ef

3/16/2010 8:45:08 AM 0 Inma Perea <inma.perea....@gmail.com>
[ace-users] MPC - Assigment subtraction problem (-=)

--_000_E3E0DB77D6AFF04BA44CF844FF4025FE1D12E111SPEXQUE01criqlo_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks in advance! Hubert ACE VERSION: 5.7.3 HOST MACHINE and OPERATING SYSTEM: Windows XP (Winsock 2) Debian/Linux: 2.6.26-2-686 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND PATCHLEVEL): Windows: vc8 Debian/Linux: g++ (Debian 4.3.2-1.1) 4.3.2 mingw: g++.exe (GCC) 3.4.5 (mingw special) THE $ACE_ROOT/ace/config.h FILE:

3/15/2010 8:04:19 PM 0 Hubert Talbot <Hubert.Tal...@criq.qc.ca>

Pages: 2 3 4









Newest Articles

=?ISO-8859-1?Q?File_output_and_the_degree_=28=B0=29_character?=
29 min. 9 sec. ago

Re: FindRoots?
30 min. 21 sec. ago

LinearModelFit
30 min. 32 sec. ago

Re: FindRoots?
30 min. 43 sec. ago

Printing problem of pdf created using movie15 Package
35 min. 11 sec. ago