"¸¶·ÐÀÎÇü" 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 the threads mechanism supplied by the OS.
Nathan Meyers
[EMAIL PROTECTED]
>
>
> 736 pts/0 S 0:00
>/usr/local/jdk1.2.2/bin/i386/native_threads/java Chat
> 774 pts/0 S 0:00
>/usr/local/jdk1.2.2/bin/i386/native_threads/java Chat
> 775 pts/0 S 0:00
>/usr/local/jdk1.2.2/bin/i386/native_threads/java Chat
> 776 pts/0 S 0:00
>/usr/local/jdk1.2.2/bin/i386/native_threads/java Chat
> 777 pts/0 S 0:00
>/usr/local/jdk1.2.2/bin/i386/native_threads/java Chat
>
> 736,774,... are process numbers, as i know. But I don't know why these processes are
>made althogh
> threads in same java program make one process.
> When a Client access, new Thread is made and a new process made like following..
>
> 786 pts/0 S 0:00 /usr/local/jdk1.2.2/bin/i386/native_threads/java Chat
>
> Is there anybody who knows about this?
>
> PS. What is native_threads??
>
> ==================================================
> ±×°ÍÀº ¼Ò¸®¾ø´Â ¾Æ¿ì¼º...
> ³ªÀÇ ¿µÈ¥ Àú ±íÀº°÷¿¡¼ºÎÅÍ
> ¹Ð·Á¿À´Â °Å¿ªÇÒ¼ö ¾ø´Â
> ±«·Î¿ò
>
> ³ªÀÇ ¸öÀº °Å¿ªÇÒ¼ö ¾ø´Â ¶ß°Å¿ò¿¡
> ºÒŸ¿Ã¶ó
> À縸 ³²±â¾î³õ°í
> ³ªÀÇ ¿µÈ¥À» Å¿ö¹ö¸°´Ù...
>
> ±×°ÍÀº ¼Ò¸®¾ø´Â ¾Æ¿ì¼º...
> ³ÊÀÇÀ̸§Àº ±×¸®¿ò...
>
> ==================================================
> ¿ì¸® ÀÎÅͳÝ, Daum
> Æò»ý ¾²´Â ¹«·á E-mail ÁÖ¼Ò ÇѸÞÀϳÝ
> Áö±¸ÃÌ ÇÑ±Û °Ë»ö¼ºñ½º Daum FIREBALL
> http://www.daum.net
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]