Search the web
Sign In
New User? Sign Up
tao-users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 22543 - 22572 of 23018   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22543
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
José Rui Simões
jose-r-simoes@...
Send Email
Jun 5, 2007
2:40 pm
22572
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...
Douglas C. Schmidt
schmidt@...
Send Email
Jun 5, 2007
2:42 pm
Messages 22543 - 22572 of 23018   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help