that is a FAQ between linux and Jboss...

1-jboss as an app server use many java service thread 
and a few pool of servicing threads...

2- if you don't use a JDK that use "green thread", 
   java thread are mapped onto System threads 

3- linux thread are well supported at the kernel level, and 
   considered like processed that share the same memory space 
  (which is a correct  way to describe what are threads)

4- the linux ps tool is quite brutal and shows each thread as a process
   (which is in a way true), but does not indicate clearly that
   it shares it's adress space with other thread processes

5- and thus users that don't know the trick thinks that
   their machine is overloaded...

so thinks are not dangerous at all...
There might be a patch of ps tool that correct this view
but I don't know where...



> -----Message d'origine-----
> De: Imran Bohoran [mailto:[EMAIL PROTECTED]]
> Date: mardi 22 janvier 2002 12:30
> �: Jboss-User (E-mail)
> Objet: [JBoss-user] Many Processes spawned by JBoss when running on
> Linux
> 
> 
> 
> Hi all
> 
> I have a JBoss installation running on Red Hat 7.0. When I 
> start my JBoss
> with all my beans there are over 80 processes that's been 
> spawned and each
> process indicates that it uses 35.2 % of memory. Is this 
> normal or am I
> missing something in my configurations. The memory usage 
> shows 100% when
> JBoss is running . Can any one let me know why all these processes are
> spawned. And what is the necessacity for all these processes 
> to be spawned.
> I really need this information a little quickly. Hoping to receive an
> answer. 
> 
> TIA & Cheers
> 
> Imran
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to