Hi all, I want to provide some additional information for Remedy IT. ... Remedy IT is focused on the DOC group distribibution of ACE/TAO/CIAO which everyone...
Johnny Willemsen
jwillemsen@...
Jun 1, 2007 9:09 am
22544
Hallo to all, Does TAO support Windows 64 bit platforms ( Win XP/Vista 64 and Win2003Srv 64 ) ? I've seen in the ACE-TAO web site that some other 64 bit...
smorson@...
Jun 1, 2007 11:23 am
22545
Hi, ... Win2003/XP 64 bit are supported, we as Remedy IT do daily testing with Intel C++ 64 bit, see http://remedy.nl Vista is not a supported platform yet, it...
Johnny Willemsen
jwillemsen@...
Jun 1, 2007 5:57 pm
22546
Hi Folks, I'm in Dublin Ireland for the summer, visiting with colleagues at Trinity College (ironically, I'm also living directly across the street from IONA...
Douglas C. Schmidt
schmidt@...
Jun 2, 2007 10:06 am
22547
Great! Just two more info about porting. Do you compile using MS Visual C++ or other compilers ? Currently I'm using a std distribution from OCI ( 1.4a 09 ), ...
smorson@...
Jun 4, 2007 8:05 am
22548
Hi to all, I'm trying to figure out whether a 32 bit client can operate with a 64 bit server using TAO. I'm concerned about possible problems due to data type ...
smorson@...
Jun 4, 2007 8:38 am
22549
Hi Stefano, Johnny is on holliday now so I'll answer for him. ... At Remedy we currently only run Intel C++ compiler for ACE+TAO on WinXP64 (however Intel C++...
Martin Corino
mcorino@...
Jun 4, 2007 8:39 am
22550
Hi Stefano, ... 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 4, 2007 8:51 am
22551
... There should be no problems here as far as CORBA is concerned. Handling these kind of platform differences are is part of standard CORBA specifications to...
Martin Corino
mcorino@...
Jun 4, 2007 8:55 am
22552
In TAO, what exactly is the Reactor based concurrency policy? How it works? how it is different from thread-per-connection? what exactly will happen if i have...
Vikram Karandikar
softking@...
Jun 4, 2007 9:27 am
22553
Hi Vikram, ... It's simply an implementation of the ORB atop the ACE Reactor, which in turn implements the Reactor pattern. ... Please see Chapter 3 and 4 of...
Douglas C. Schmidt
schmidt@...
Jun 4, 2007 10:00 am
22554
./hello_server -ORBListenEndpoints iiop://:8888 -ORBListenEndpoints iiop://:8889 what is the use of giving multiple end points? Can we assign end points to ...
Vikram Karandikar
softking@...
Jun 4, 2007 11:27 am
22555
Hi Vikram, ... I don't think there would be much point in doing what you're doing above. There are, however, reasons for using more sophisticated forms of...
Douglas C. Schmidt
schmidt@...
Jun 4, 2007 11:45 am
22556
Hi ... You can if you use the EndpointPolicy and the POA Manager Factory. See TAO/tests/POA/EndpointPolicy for an example of doing this. -- Phil Mesnier ...
Phil Mesnier
mesnier_p@...
Jun 4, 2007 12:18 pm
22557
Last Summer! ... -- Phil Mesnier Principal Software Engineer, http://www.ociweb.com Object Computing, Inc. +01.314.579.0066 ...
Phil Mesnier
mesnier_p@...
Jun 4, 2007 1:11 pm
22558
Announcement of ProjectTree: A Mapping of ACE+TAO+CIAO Library Dependencies We would like to announce the release of a new website which displays library...
Jonathan Walsh
jwalsh@...
Jun 4, 2007 1:40 pm
22559
Hello Stefano, ... Since you are using OCI's distribution of TAO, I will try to address your question. If you need more "predictable" support for this...
Steve Totten
totten_s@...
Jun 4, 2007 4:56 pm
22560
TAO VERSION: 1.5.8 ACE VERSION: 5.5.8 HOST MACHINE: any Does TAO supports jumbo frames? how to configure it? -- ...
Vikram Karandikar
softking@...
Jun 5, 2007 8:01 am
22561
Hi Vikram, ... What is a "jumbo frame" and how does it pertain to CORBA? Thanks, Doug _______________________________________________ tao-users mailing list ...
Douglas C. Schmidt
schmidt@...
Jun 5, 2007 8:03 am
22562
on 1 Gb ethernet interfaces we can have jumbo frames where the size of ethernet frames can be as large as 9000 bytes. now as i can not control the TCP...
Vikram Karandikar
softking@...
Jun 5, 2007 8:09 am
22563
Hi Vikram, ... How would you control jumbo frames from a regular sockets application in C? Doug _______________________________________________ tao-users...
Douglas C. Schmidt
schmidt@...
Jun 5, 2007 8:17 am
22564
Markus Henschel schrieb am 05.06.2007 10:46 _____________________________________________________________________ ... Hi, as far as I know the only thing that...
Markus Henschel
m.henschel@...
Jun 5, 2007 8:47 am
22565
Ok, let me try. i will post again once i complete the test. ... -- ________________________________________________________________ "Science is a wonderful...
Vikram Karandikar
softking@...
Jun 5, 2007 8:52 am
22566
Hi Markus, That's what I suspected - I just wanted to make sure I wasn't missing something here.. Thanks! Doug ... ...
Douglas C. Schmidt
schmidt@...
Jun 5, 2007 8:53 am
22567
Hi Vikram, ... Make sure that your test uses TCP, not UDP, or it won't correspond to what TAO does by default using IIOP. Thanks, Doug ...
Douglas C. Schmidt
schmidt@...
Jun 5, 2007 8:54 am
22568
Hi Vikram, Does TAO supports jumbo frames? how to configure it? ... Jumbo frames of the giga-ethernet should be configured on the level of your NIC...
Robert Iakobashvili
coroberti@...
Jun 5, 2007 9:20 am
22569
Hi, I've ported my Tao version from 1.4.4 to the latest release (1.5). In the new Version there is no POA.h header file in the $TAO_ROOT/tao/PortableServer...
Galler, Patrick
galler.p@...
Jun 5, 2007 2:19 pm
22570
Thank you Doug, I've found out, that i have to inlcude #include <orbsvcs/CosEventCommS.h> #include <orbsvcs/CosEventChannelAdminC.h> I wanted to use only a...
Galler, Patrick
galler.p@...
Jun 5, 2007 2:36 pm
22571
Hi all, this is not a problem report I'm just having a few difficulties and decided to see if anyone here can help me with them. I'm doing a prototype using...
Hi Patrick, ... Ok, that's fine. It's pretty weird that these files are what you needed to replace POA.h, but as long as it works that's fine. ... There's...