1. Set a sun.rmi.transport.tcp.handshakeTimeout for a single thread only? stackoverflow.comWe have an RMI call that needs to finish or fail within a couple of seconds. You can modify the |
2. RMI Reaper thread not killed when trying to stop tomcat forum.springsource.orgRMI Reaper thread not killed when trying to stop tomcat There is a "RMI Reaper" non-daemon thread thats there when I try and kill tomcat. Is it spring related? I'm using ... |
3. RMI Server thread pooling? forum.springsource.orgSpring RMI server (on iSeries machine) Multiple Spring RMI clients connect to RMI server (up to 50 concurrent users) iSeries after some time starts slowing down. using cp30 in hibernate (i ... |
4. Thread safety of RMI stubs forum.springsource.orgWell, the proxy itself is afaik stateless, thus thread-safe. As of the serverside target object: The remoting infrastructure will execute incoming requests in separate threads. Thus there _is_ a concurrency issue. ... |
5. RMI threading problem forum.springsource.orgRMI threading problem Hi, we use the RmiServiceExporter and the RmiProxyFactoryBean to remote enable our service interfaces. It works fine but we run into a problem when we tried to use ... |