summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-12-29 11:58:35 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-12-29 11:58:35 +0100
commit1f82b1584f0fc65ea5e3d74f30ffe99444d10f66 (patch)
treebbb681ec6ab98e8681aaca143b53d9e00eb75c45
parentAdding db.jar to CLASSPATH isn't required to build the demos (diff)
downloadice-1f82b1584f0fc65ea5e3d74f30ffe99444d10f66.tar.bz2
ice-1f82b1584f0fc65ea5e3d74f30ffe99444d10f66.tar.xz
ice-1f82b1584f0fc65ea5e3d74f30ffe99444d10f66.zip
Removed old OS X note which isn't relevant anymore
-rw-r--r--java/INSTALL10
1 files changed, 0 insertions, 10 deletions
diff --git a/java/INSTALL b/java/INSTALL
index 239140f4057..ef65172f160 100644
--- a/java/INSTALL
+++ b/java/INSTALL
@@ -328,13 +328,3 @@ You can start the console with this command:
java IceGridGUI.Main
-
-======================================================================
-MacOS X Notes
-======================================================================
-
-On MacOS X, an Ice server may not correctly detect the closure of
-client connections, which can lead to a hang during server shutdown.
-This appears to be caused by a problem in the JVM implementation, but
-we are still looking into this issue. Until we resolve this matter, We
-recommend the use of timeouts in object adapter endpoints.