R
Reza
Hi:
I was wondering if anyone knows the final word on concurrent requests'
thread assignment behaviour for Sun's implementation of the J2SE 1.4+
spec?
In other words, for the Sun implementation, do cuncurrent RMI method
call requests get handled by different thread instances or the same
one?
Does it matter if there is a thread pool or not?
The RMI spec is very vague in this area, so I want to know what the
predominant implementation does. It does not make sense that the same
thread instance will be running concurently, but I just want to make
sure
Also, is RMI thread pooling enabled by deafult in 1.4+?
Thanks in advance.
Reza
I was wondering if anyone knows the final word on concurrent requests'
thread assignment behaviour for Sun's implementation of the J2SE 1.4+
spec?
In other words, for the Sun implementation, do cuncurrent RMI method
call requests get handled by different thread instances or the same
one?
Does it matter if there is a thread pool or not?
The RMI spec is very vague in this area, so I want to know what the
predominant implementation does. It does not make sense that the same
thread instance will be running concurently, but I just want to make
sure
Also, is RMI thread pooling enabled by deafult in 1.4+?
Thanks in advance.
Reza