LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   too many java processes (https://www.linuxquestions.org/questions/linux-software-2/too-many-java-processes-226685/)

fibbi 09-04-2004 04:43 PM

too many java processes
 
hello,

I run slackware-current.

whenever I run an app like azureus or limewire, they seem to go berserk and spawn like 30-40 java processes which end up bogging my system down to no end. Does anyone know the source of this problem? Some java configuration problem?

Thanks,
-Fibbi

trickykid 09-04-2004 05:44 PM

I know that limewire is a hog itself due to this reason. I tend to stay away from anything that is java based unless I'm on a top end machine.

hw-tph 09-04-2004 07:21 PM

Use a system with glibc compiled with native posix threads library support. With a glibc like that each process will spawn lightweight threads (controlled by the process instead of the kernel) which lightens the load on the kernels thread scheduling.


Håkan

fibbi 09-04-2004 07:55 PM

how exactly would I do/obtain this given the fact that java isn't open source and therefore I cannot compile the jre myself?

hw-tph 09-05-2004 05:47 AM

The JRE is dynamically linked against glibc - java couldn't run without it. glibc is open source.


Håkan


All times are GMT -5. The time now is 02:28 PM.