Thanks,
Do you know how to contact the rmi-users mailing list? I'd like to check
them out.
I guess I understand RMI's behavior since there's no such thing as a fixed
amount of time that a method ought to execute within. It's just a pain when
the method you call hangs up.
I've been reluctant to use a thread per client (there can be hundreds of
clients) since I'm worried about running so many threads -- especially if I
moved over to native threads sometime in the future. Is there much
experience out there with running lots of threads? I don't even know how
well (though I could write a test program, but I have so much other work to
do!) green threads would work in the JVM if I had hundreds of client push
threads responding to each event.
David