create a new thread when when accept a new connection
ruilin yang
Ranch Hand
Joined: Feb 25, 2001
Posts: 334
posted
0
I know RMI RMI creates a new thread: one thread handles the new connection, and the other goes back to accept a new connection. When the connection closes, its associated thread also exist. In this regard, how do other protocols behaviour ? I know servlet can handling multiple threads if Ia m right. Please clarify for me on this topic Thanks in advance Ruilin
ruilin yang
Ranch Hand
Joined: Feb 25, 2001
Posts: 334
posted
0
I feel it is fairly important to understand thread feature of a remote/network protocol for application design.
subject: create a new thread when when accept a new connection