aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS27
1 files changed, 20 insertions, 7 deletions
diff --git a/BUGS b/BUGS
index 173211c..db1d6fc 100644
--- a/BUGS
+++ b/BUGS
@@ -5,12 +5,15 @@ TODO List:
try echo "coucou" | ivyprobe ... -> use IvyDaemon instead
* document the extension to the API
* document the IVY_PING feature
- * mêmes commandes que sous perl et C.
+ * use the same commands and switches for Probe as in the C ivyprobe
* write a domain checker
+ * implement the direct Messages in Probe
-------------------------------------------------------------------------------------
Known bugs:
+ -> i'm writing a testbench for the Api ( TestAPI ) . In progress.
+
-------------------------------------------------------------------------------------
Fixed:
@@ -70,15 +73,25 @@ Not a bug ?
sending messages. Try adding an IvyApplicationListener with a callback on
connect(IvyClient) to trigger the launching of messages
+ lun jan 6 16:12:11 CET 2003 (Yannick)
+ If you bind to a Start message after invoking the Ivy.start() method, it is
+ possible that you will miss the start. Be sure to check that all static bindMsg()
+ are done before the start, in order not to miss a message.
+ This is *especially* true when writing benchMarks
+
bus domain shortcuts ( 10:3456 instead of 10.255.255.255:3456 ) doesnt work
for UDP broadcast on my development environment. It's okay in multicast (Yannick Jestin)
In fact, it's a matter of network topography, not of shortcut processing.
Using the regression tests on the following platforms:
- - Solaris: I've got a problem to make it run on the default local Domain
- (127:2010). But this is not limited to the java ivy port !
- success with jdk1.1.7A, on jdk1.2 , j2sdk1.3 and 1.4 with a multicast domain or a valid
- UDP broadcast domain . I guess it's a routing problem once again :-\
- - GNU/linux: ok with jdk1.3 and jdk1.4
- - windows: I don't know how to write tests
+ - Solaris: I've got a problem to make it run on the default local Domain
+ (127:2010). But this is not limited to the java ivy port !
+ success with jdk1.1.7A, on jdk1.2 , j2sdk1.3 and 1.4 with a multicast domain or a valid
+ UDP broadcast domain . I guess it's a routing problem once again :-\
+ - GNU/linux: ok with jdk1.3 and jdk1.4
+ - windows: I don't know how to write tests
+
+ lun jan 6 16:13:30 CET 2003 (Yannick)
+ disconnect() is not called when we send a "die" command to the remote IvyClient
+ It is normal. disconnect is called when we are issued a die command.