... Hash: SHA256 Anoncvs.ociweb.com will be down for the next week due to the moving of the office. Thanks, Trevor Fields ... Version: GnuPG v1.4.0 (MingW32) ...
Trevor Fields
fields_t@...
Jul 1, 2006 7:50 pm
21191
Hi * We are running a multi-daemon system with a central "dispatcher" ORB connecting to number of decentral ORBs (up to 400). The "dispatcher" also...
Heiko Jansen
jansen@...
Jul 1, 2006 8:53 pm
21192
... TAO probably changed the connection management policies. You may need to look into how to set an idle connection timeout and/or the maximum number of open...
Jonathan Biggar
jon@...
Jul 1, 2006 9:17 pm
21193
... For the first one: shouldn't ORBLingerTimeout do that for iiop? If so, that seemed to have no effect. And for the second one: any hints on how to do that...
Heiko Jansen
jansen@...
Jul 2, 2006 2:44 pm
21194
Am Sonntag, 2. Juli 2006 15:54 schrieb Heiko Jansen <jansen@...> ... Actually both of these svc.conf entries didn't work: static Resource_Factory...
Heiko Jansen
jansen@...
Jul 2, 2006 4:55 pm
21195
... I read the site before their domain name got poached. (Maybe the domain name registration system should have used _more_ RFPs and such!) Google has a...
Phlip
phlip2005@...
Jul 2, 2006 11:28 pm
21196
Hi Folks, ... It looks like someone at ZeroC doesn't want people to read the response.. :-/ ... Thanks for the cached copy Phlip. Please see ...
Douglas C. Schmidt
schmidt@...
Jul 3, 2006 3:31 am
21197
hallo, i want to run the throughput test among 2 computer over a same network. in the example of $TAO_ROOT/performance-tests/throughput, it just can run in...
Ang B.P
vince3ang@...
Jul 3, 2006 3:50 am
21198
Hi, ... All you need to do is convey the object reference created by the server to the client. The most straightforward way to do this is to put the object...
Douglas C. Schmidt
schmidt@...
Jul 3, 2006 4:01 am
21199
TAO VERSION: 1.5 ACE VERSION: 5.5 HOST MACHINE and OPERATING SYSTEM: PC 2.6GHz, Intel CPU, RedHat 9 TARGET MACHINE and OPERATING SYSTEM, if different from...
Ang B.P
vince3ang@...
Jul 3, 2006 6:03 am
21200
TAO VERSION: 1.5.2 ACE VERSION: 5.5.2 HOST MACHINE and OPERATING SYSTEM: Pentium 4 2.66, Red Hat9 Client MACHINE and OPERATING SYSTEM: Pentium 4 2.66, Red Hat9...
Ang B.P
vince3ang@...
Jul 3, 2006 6:25 am
21201
TAO VERSION: 1.5.2 ACE VERSION: 5.5.2 HOST MACHINE and OPERATING SYSTEM: Pentium 4 2.66, Red Hat9 Client MACHINE and OPERATING SYSTEM: Pentium 4 2.66, Red Hat9...
Ang B.P
vince3ang@...
Jul 3, 2006 6:34 am
21202
Hi, Thanks for using the PRF. ... There is no TAO version 1.5.2 released yet... ... I already explained how to do this in my previous posting. Take care, Doug ...
Douglas C. Schmidt
schmidt@...
Jul 3, 2006 2:36 pm
21203
Thanks Doug. I still dont get what you mean actually. Do u mind to give me some sample code on how to do it? Thanks ... Chair ... ...
Ang B.P
vince3ang@...
Jul 4, 2006 6:11 am
21204
It works locally but not in two different computer. When i try with two computers, it came out "Connection refused". What i should molify so that it can works....
Ang B.P
vince3ang@...
Jul 4, 2006 6:29 am
21205
Hi, ... All the code is already in the Throughput test. You just need to do exactly what the run_tests.pl script does, i.e.: . Start the server, which will...
Douglas C. Schmidt
schmidt@...
Jul 4, 2006 3:07 pm
21206
Ang, Well, first thing's first. How is this a TAO test? All I see here are reactors, acceptors and connectors. This program is really designed to test the ACE...
Evan Carew
carew@...
Jul 4, 2006 3:43 pm
21207
Maybe the longer version will trigger some more ideas ;-) Thx heiko ACE VERSION: 5.5 HOST MACHINE and OPERATING SYSTEM: SunOS thetis 5.9 Generic_118558-09...
Heiko Jansen
jansen@...
Jul 4, 2006 5:33 pm
21208
Hi Heiko, ... Can you please let us know which concurrency model you're using, i.e., is this reactive, thread-per-connection, thread pool, etc.? ... Hum,...
Douglas C. Schmidt
schmidt@...
Jul 4, 2006 5:56 pm
21209
Hi Douglas, thanks for your fast response. Am Dienstag, 4. Juli 2006 19:21 schrieb "Douglas C. Schmidt" <schmidt@...> [Re: [tao-users] increased...
Heiko Jansen
jansen@...
Jul 5, 2006 10:31 am
21210
Hi, This is my short question: Does the $(ACE_ROOT)/bin/ace-install shell script work in any of the unix-like Windows environments ? I've tried both MSYS and...
Diego Susa
dsusa@...
Jul 6, 2006 8:02 am
21211
TAO VERSION: 1.5 ACE VERSION: 5.5 HOST MACHINE and OPERATING SYSTEM: Linux FC3 Compiler gcc version 3.4.4 Description: A simple program to post events, which I...
Evan Carew
carew@...
Jul 6, 2006 7:29 pm
21212
Hi Evan, Thanks for using the PRF. ... This doesn't sound like a memory leak - it sounds like a problem with the network. Can you please try running the...
Douglas C. Schmidt
schmidt@...
Jul 6, 2006 7:48 pm
21213
Hi Evan, ... Thanks for using (part of) the PRF! ... It is hard to say without knowing more details about what your program is doing. Can you post some...
Steve Totten
totten_s@...
Jul 6, 2006 8:50 pm
21214
Steve, Here's the function that is bonbing out only on fc3: void get_BEProxyEventConsumer(int argc, char **argv, const char* POAName, CORBA::ORB_var &orb, ...
Evan Carew
carew@...
Jul 6, 2006 9:07 pm
21215
Hi Evan, ... Do you know where exactly the CORBA::TRANSIENT exception is occurring? It might be on any invocation that results in a remote request, such as...
Steve Totten
totten_s@...
Jul 6, 2006 9:45 pm
21216
... Hmmm... If I've got one, I've got 10 TAO programs using this procedure & nowhere do I use CosNaming::NamingContext::to_name() to generate a name for en...
Evan Carew
carew@...
Jul 6, 2006 10:02 pm
21217
Hi Evan, ... Good for you! :-) ... No, I'm not saying you shouldn't use that mechanism. It is perfectly fine. I was just trying to guess, before I saw your...
Steve Totten
totten_s@...
Jul 6, 2006 10:11 pm
21218
ACE VERSION: 5.5.1 TAO VERSION: 1.5.1 HOST MACHINE and OPERATING SYSTEM: TARGET: customized linux kernel 2.6.11.12, on i686 board HOST: Red Hat 9 on...
Lim Boon Ping
syseeker@...
Jul 7, 2006 4:53 am
21219
... Well, I have been running it in gdb & have noticed that it bombed out while stepping through the creation of the CosNaming::Name object, which is why I...