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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 19091 - 19120 of 23018   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19091
Hi I' working on an architecture whereby if a server process restarts, the clients just wait for it to restart and reconnect, without having to be restarted....
Aaron Galea
agale@...
Send Email
May 2, 2005
1:41 pm
19092
Following the example in tests/BiDirectional, I successfully added BiDirGIOP support to my application. I should just let things be, but I'm curious to how it...
J.T. Conklin
jtc@...
Send Email
May 3, 2005
1:17 am
19093
TAO VERSION: 1.4.3 HOST MACHINE and OPERATING SYSTEM: Solaris9.0 Can someone let me know what is the maximum buffer the ORB can handle in a single call ? Thanx...
Mallik Medala
medala@...
Send Email
May 3, 2005
2:14 am
19094
JT- ... Cool! Be careful if you use MT. PLease see MT_BiDir test for an example of how to deal with multiple threads. ... Sure. ... Actually TAO does what the...
Balachandran Natarajan
bala@...
Send Email
May 3, 2005
11:37 am
19095
Hi Mallik, ... There's no TAO-specified limit, but you are ultimately limited by . The size of CORBA::ULong, which is the type used to keep track of the length...
Douglas C. Schmidt
schmidt@...
Send Email
May 3, 2005
7:04 pm
19096
Hi Mallik! ... Thats very true, indeed. Sending large buffers at once is very likely to result in heavy virtual address space fragmention. It will seem to work...
Alexander Jasper
alexander.jasper@...
Send Email
May 3, 2005
9:29 pm
19097
I'd like to be added to the list of people allowed to commit to the repository (since it is currently frozen). I will be committing changes only to the...
Bryan A Thrall
thrall@...
Send Email
May 4, 2005
12:10 am
19098
TAO VERSION: 1.3.5 ACE VERSION: 5.3.5 HOST MACHINE and OPERATING SYSTEM: Running on Windows 2000 Pro TAO 1.3.5 runtime Compiled using VC6 ( Release ) TARGET...
joegoggins
joegoggins@...
Send Email
May 4, 2005
1:08 pm
19099
HI, Thanks for using the PRF form. You can do this with TAO out of the box but I don't know if it is already in your version, but it is in the latest one. Use...
Johnny Willemsen
jwillemsen@...
Send Email
May 4, 2005
6:12 pm
19100
Hi Johnny, I'm currentlly porting from 1.3.5 to 1.4 and have'nt seen any mention of ORBVerboseLoggingLevel in either release. Can you advise on which release...
Joe Goggins
joegoggins@...
Send Email
May 4, 2005
6:33 pm
19101
You need to call ACE::init() before any other ACE/TAO calls (and ACE::fini() after them). If you run a console application, it's done automaticlly by ACE. But...
Xue Yong Zhi
seclib@...
Send Email
May 4, 2005
6:42 pm
19102
TAO VERSION: 1.3.5 ACE VERSION: 5.3.5 HOST MACHINE and OPERATING SYSTEM: Running on Windows 2000 Pro TAO 1.3.5 runtime Compiled using VC6 ( Release ) TARGET...
Joe Goggins
joegoggins@...
Send Email
May 4, 2005
6:43 pm
19103
TAO VERSION: 1.3.5 ACE VERSION: 5.3.5 HOST MACHINE and OPERATING SYSTEM: Running on Windows 2000 Pro TAO 1.3.5 runtime Compiled using VC6 ( Release ) TARGET...
Joe Goggins
joegoggins@...
Send Email
May 4, 2005
6:49 pm
19104
... Here's the ChangeLog entry when it was added. Wed Nov 5 09:56:26 2003 Chris Cleeland <cleeland_c@...> * tao/ORB_Core.cpp (init): Added new...
Steve Totten
totten_s@...
Send Email
May 4, 2005
7:09 pm
19105
Hi, Thanks for the response but it does'nt help me. I'm not getting any further with my CORBA::ORB_init. Xue Yong Zhi <seclib@...> wrote: You need to...
Joe Goggins
joegoggins@...
Send Email
May 4, 2005
7:31 pm
19106
Thanks, I found it in TAO 1.4 .. I was searching for ORBVerboseLoggingLevel previously. Joe Steve Totten <totten_s@...> wrote: ... Here's the ChangeLog...
Joe Goggins
joegoggins@...
Send Email
May 4, 2005
7:39 pm
19107
Can you add a few logging calls in your application? First print out the return code of ACE_INIT, then catch the excpetion and print it out: try { //...
Xue Yong Zhi
seclib@...
Send Email
May 4, 2005
8:28 pm
19108
Hi, It exists but was added to the documentation later. In newer releases it is mentioned in TAO/docs/Options.html Johnny...
Johnny Willemsen
jwillemsen@...
Send Email
May 4, 2005
9:30 pm
19109
Hi Gil, ... Sure. ... There are various ways to do this. Check out http://www.cs.wustl.edu/~schmidt/av.html for some suggestions based on the CORBA A/V...
Douglas C. Schmidt
schmidt@...
Send Email
May 4, 2005
10:41 pm
19110
Hi Folks, BTW, check out $TAO_ROOT/examples/Content_Server/ which illustrates several ways of sending large amounts of data, including SMI iterator, AMI...
Douglas C. Schmidt
schmidt@...
Send Email
May 4, 2005
11:43 pm
19111
Ok, I got the follwoing error : _name results in INITIALIZE.. _info().c_str() results in system exception, ID 'IDL:omg.org/CORBA/INITIALIZE:1.0' TAO...
Joe Goggins
joegoggins@...
Send Email
May 5, 2005
7:06 pm
19112
HOST MACHINE and OPERATING SYSTEM: TAO VERSION: 1.4.4 ACE VERSION: 5.4.4 Windows XP Pro Visual Studio 7.1 WINSOCK: 3.10.0.103 TARGET MACHINE and OPERATING...
Malcolm McRoberts
mmcroberts@...
Send Email
May 5, 2005
7:52 pm
19113
Hi, ... Please don't call this function. It is meant for internal use by TAO, which is why it is in the TAO_Internal namespace. Furthermore, TAO_Internal has...
Ossama Othman
ossama@...
Send Email
May 5, 2005
9:19 pm
19114
Hi Malcolm, Thanks for using the PRF. ... I can pretty much assure you that we (i.e., the DOC group) won't be able to work on this for a long time since we're...
Douglas C. Schmidt
schmidt@...
Send Email
May 5, 2005
11:33 pm
19115
TAO VERSION: 1.4.4 ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: Windows XP Pro TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER...
Eugeny S. Samaev
ses@...
Send Email
May 6, 2005
1:34 pm
19116
decant lettermen dowry spec It`s summer soon more info... battalion dentistry scrawny assignee irreplaceable mcneil doberman persimmon scott exposition ...
Neal Lim
cejblfoj@...
Send Email
May 6, 2005
4:01 pm
19117
Hi Eugeny, ... [snip] ... We plan on fixing this for the forthcoming beta. Thanks, -Ossama -- Ossama Othman <ossama@...>...
Ossama Othman
ossama@...
Send Email
May 6, 2005
5:46 pm
19118
When turning on orb debug logging (e.g. -ORBDebugLevel 10) the logs are dumped to the console output (stdout/stderr I assume). We'd like to redirect these to...
Cosmo, Patrick
pcosmo@...
Send Email
May 6, 2005
6:22 pm
19119
Hi Patrick, ... Try the "-ORBLogFile" ORB option. However, there is currently no way in TAO to limit the log file size. "-ORBLogFile" is documented in ...
Ossama Othman
ossama@...
Send Email
May 6, 2005
7:55 pm
19120
Hi, I have an application that is both a CORBA client to another application and is a CORBA servant for several other applications. I have a setup like this: ...
Cosmo, Patrick
pcosmo@...
Send Email
May 6, 2005
8:15 pm
Messages 19091 - 19120 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