Tagged Questions
-1
votes
0answers
43 views
How to disable java RMI Threads? [closed]
I traced java vm and see in all java application, there is at least 5 active threads are about RMI.
I want to disable RMI. how can i disable it?
RMI TCP Connection(2)
RMI TCP Connection(1)
RMI TCP ...
-1
votes
2answers
407 views
Should I use simple socket programming to communicate between 2 threads? [closed]
Is it a good idea to communicate between 2 threads using sockets in Java?
What I am trying to achieve is Inter-process communication using socket programming/RPC mechanism.