Hi experts,
I am writing a simple RMI Application, to
test my program I bring up the rmiregistry. Everything works fine, I have my RMI client passing a
string as parameter to a method of the remote object and the remote object received the string correctly. However, when I try to create many (more than 1000) clients to call that remote object method, the rmiregistry crashed.
Segmentation fault
I am running Java5 on Solaris 10. Anyone can give me a clue? I've got the core dump, will that help..... (I don't know how to read it honestly)
Thanks