Hi Patrick,
this is the correct behaviour with native threads under linux. The
thread implementation of linux treats processes and threds basically the
same way, they just have different sets of shared vs. non-shared
ressources. One result of this is that any thread shows up in the
process table.
Matthias Pfisterer
> "Patrick M. Alleyne" wrote:
>
> I was wondering anyone could help me and/or point me in right
> direction to the following issue I have with Linux and JDK117/JDK1.2;
>
> I seem to have multiple process instances when ever I issue the
> interpreter ($JAVA_HOME/bin/jre, $JAVA_HOME/bin/java) with any
> versions of Linux that I have
>
> RedHat 6.0
> libc.so.6 => libc.2.1.1.so
>
> - Applets/Class's will still run properly, although there should only
> be one(1) instance.
>
> jiniuser 29404 0.0 1.6 1964 1016 pts/4 S 14:33 0:00 csh
> /export2/jiniuser/bin/StartRMID
> jiniuser 29405 0.1 11.1 22260 7040 pts/4 S 14:33 0:06
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
> jiniuser 29429 0.0 11.1 22260 7040 pts/4 S 14:33 0:00
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
> jiniuser 29430 0.0 11.1 22260 7040 pts/4 S 14:33 0:00
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
> jiniuser 29431 0.0 11.1 22260 7040 pts/4 S 14:33 0:00
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
> jiniuser 29432 0.0 11.1 22260 7040 pts/4 S 14:33 0:00
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
> jiniuser 29436 0.0 11.1 22260 7040 pts/4 S 14:33 0:00
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
> jiniuser 29437 0.0 11.1 22260 7040 pts/4 S 14:33 0:00
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
> jiniuser 29438 0.2 11.1 22260 7040 pts/4 S 14:33 0:07
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
> jiniuser 29440 0.0 11.1 22260 7040 pts/4 S 14:33 0:00
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
> jiniuser 29442 0.0 11.1 22260 7040 pts/4 S 14:33 0:00
> /opt/jdk1.2/bin/i386/native_threads/rmid -log /export2/jiniuser/logs/
>
> Any thoughts would be great !
>
> Patrick M. Alleyne
> [EMAIL PROTECTED]
>
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]