rmi « Thread « Spring Q&A





1. Set a sun.rmi.transport.tcp.handshakeTimeout for a single thread only?    stackoverflow.com

We have an RMI call that needs to finish or fail within a couple of seconds. You can modify the Socket used during the call itself (including the connect and read ...

2. RMI Reaper thread not killed when trying to stop tomcat    forum.springsource.org

RMI 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.org

Spring 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.org

Well, 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.org

RMI 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 ...