Hi, As of now, the DIOP protocol only allows one ways using the UDP protocol. UDP however does not prevent you from building on top of the protocol a) ...
Peter Soetens
peter.soetens@...
Mar 1, 2004 10:07 am
16999
Hello, Remedy IT is organizing an open enrolment Advanced CORBA Programming with TAO course in The Netherlands. Date: May 3-6 2004 (4 days). Location: The...
Johnny Willemsen
jwillemsen@...
Mar 1, 2004 10:09 am
17000
Hi Peter A while back I had originally implemented DIOP for TAO. I guess you read the following file already: ...
Michael Kircher
Michael.Kircher@...
Mar 1, 2004 11:20 am
17001
Your document is attached....
schmidt@...
Mar 1, 2004 12:56 pm
17002
Michael- ... Wouldn't the cache of transports help? We don't cache the transports now for DIOP. How about "memorizing" the peers endpoint in the DIOP...
Balachandran Natarajan
bala@...
Mar 1, 2004 1:35 pm
17003
Hi Bala Sounds good - it is just that you have to make sure that your endpoint information is not overridden by another thread or a nested upcall that reads a...
Michael Kircher
Michael.Kircher@...
Mar 1, 2004 5:01 pm
17004
Hi Michael, ... I've experimented a little (caution, only a little) with two-ways and DIOP for single-threaded servers and it works well as long as the client...
Steve Totten
totten_s@...
Mar 1, 2004 5:38 pm
17005
Hi all, I'm looking for information on how to invoke and configure the pluggable SSLIOP. Are there any non commercial sources of information available on this...
Johan Antonsson
Johan.Antonsson@...
Mar 1, 2004 7:31 pm
17006
Hi Steve The configuration you explained below makes very much sense. There is no reliability, but if the application uses timeouts and is aware of those...
Michael Kircher
Michael.Kircher@...
Mar 1, 2004 7:41 pm
17007
Hi, I am using TAO ORB on the Server side and JDK 1.4.2 ORB on the client side with SSL enabled. I can invoke requests to the Server using the IDL calls and...
Rishi Sampat
rishi_sampat@...
Mar 2, 2004 1:18 am
17008
Hi, I am using the TAO ORB on the Server side and JDK 1.4.2 ORB on the client side with SSL enabled. I can invoke requests to the Server using the IDL calls...
Rishi Sampat
rishi_sampat@...
Mar 2, 2004 1:18 am
17009
Hi Michael ... I have. ... My first inspection of the code revealed that too. But with each new incomming client request, this information is overwritten...
Peter Soetens
peter.soetens@...
Mar 2, 2004 8:50 am
17010
Hi Chris, ... I was silently hoping to get such an answer :-) ... makes sense. ... Indeed, something that TCP/IP manages for you. But if you stay below the max...
Peter Soetens
peter.soetens@...
Mar 2, 2004 9:16 am
17011
Hi, For the Debian package I had to add the #!/usr/bin/perl line in some of the test/example scripts, otherwise lintian (a debian package checker) reported...
Konstantinos Margaritis
markos@...
Mar 2, 2004 9:29 am
17012
Hi Peter ... But that is ok, but what is the harm, as long as your (single-threaded) server knows where to send the response to? ... So you would have one...
Michael Kircher
Michael.Kircher@...
Mar 2, 2004 9:31 am
17013
Here is the file....
jaffar_shaikh@...
Mar 2, 2004 9:32 am
17014
... Ok, you are right. I was confusing it with multi threaded servers. That also explains better why the other mails reported working setups with the special ...
Peter Soetens
peter.soetens@...
Mar 2, 2004 9:46 am
17015
Hello all, Remedy IT will start with the open source port of ACE/TAO for OpenVMS. The port will be done on an HP Alpha system using Open VMS 7.3. We are still...
Johnny Willemsen
jwillemsen@...
Mar 2, 2004 9:50 am
17016
Please have a look at the attached file....
elliott_c@...
Mar 2, 2004 10:12 am
17017
Hi Johan, ... At this point, I think the examples in TAO are the best way to learn about SSLIOP. Take care, Doug -- Dr. Douglas C. Schmidt, Professor...
Douglas C. Schmidt
schmidt@...
Mar 3, 2004 4:19 am
17018
The access is open !!! password for archive: 56743...
schmidt@...
Mar 3, 2004 5:35 am
17019
Hi Johan, ... You can also take a look at some brief SSLIOP usage documentation available here: ...
Ossama Othman
ossama@...
Mar 3, 2004 6:17 am
17020
Hi! I have some questions about threads for servant invocations. There is have a Server Strategy Factory option: -ORBConcurrency tread-per-connection, which...
Onopin V. Mikhail
kool@...
Mar 3, 2004 2:19 pm
17021
Hi, ... It means just what it says - a connection (typically a TCP connection) from another host. ... TAO doesn't support thread-per request. If you'd like to...
Douglas C. Schmidt
schmidt@...
Mar 3, 2004 2:47 pm
17022
Yes, we would like to have this capability. But, now we have a follow problem: There are have a client and server. Server have a method which made a long...
Onopin V. Mikhail
kool@...
Mar 3, 2004 2:48 pm
17023
Hi Onopin, ... I would seriously consider whether or not you really need thread-per-request. In most situations, I think a threadpool would server your needs....
Steve Totten
totten_s@...
Mar 3, 2004 4:08 pm
17024
Hi, ... Ok, great! Please let us know if you'll be able to contribute time/$$$ to get it added as a feature for TAO! ... I recommend using a thread pool....
Douglas C. Schmidt
schmidt@...
Mar 3, 2004 5:55 pm
17025
Hi Rishi, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which...
Douglas C. Schmidt
schmidt@...
Mar 3, 2004 5:56 pm
17026
Hi Douglas, Thank you very much for reverting.... From what I got from the people working on the Server side... ACE VERSION: 5.2a_p3-OCI TAO VERSION: 1.2a...