"¸¶·ÐÀÎÇü" wrote:
> I made chatting server. When I execute Server, the processes made like following.
In the Linux environment, every thread has its own process ID. They look like separate
processes,
but they are indeed all threads of the same Java process.
"Native threads" means you are using
I made chatting server. When I execute Server, the processes made like following.
736 pts/0S0:00
/usr/local/jdk1.2.2/bin/i386/native_threads/java Chat
774 pts/0S0:00
/usr/local/jdk1.2.2/bin/i386/native_threads/java Chat
775 pts/0S