Re: I have a question about Thread..

2000-07-08 Thread Nathan Meyers
"¸¶·ÐÀÎÇü" 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 have a question about Thread..

2000-07-08 Thread ¸¶·ÐÀÎÇü
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