classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: CORBA stability fix.


From: Meskauskas Audrius
Subject: [cp-patches] FYI: CORBA stability fix.
Date: Sun, 29 May 2005 15:16:05 +0200

In the current implementation, the client can deliberatey knock-out the server by opening a socket and not transferring any data through it. This can also be happen if the client itself is not
operating correctly.

I added three property - configurable times: between opening socket and sending the first byte of the message (20 seconds), while sending the message (2 minutes) and for later operations (40 minutes -
the longest remote task I known, similarity search in human genome).

2005-05-29  Audrius Meskauskas  <address@hidden>

org/omg/CORBA/Functional_ORB.java (serve, useProperties, init): Implementing
the property-configurable time-outs.

Attachment: Functional_ORB.java.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]