1829816 Members
1790 Online
109993 Solutions
New Discussion

root and performance

 
oiram
Regular Advisor

root and performance

Hello:

Useing jdk 1.3.1.08 I have seen that the performance of a multithreade application is increased a lot if the application run as root. If we make the same job with a monthread application the gain isn??t so much and in 1.4 the gain in a multithreaded application is imperceptible. The only significant effect is seeing in 1.3.

Regards.
2 REPLIES 2
Paula J Frazer-Campbell
Honored Contributor

Re: root and performance

Hi

Running it as root gives it root permissions and priority so it will be more rescource hungry.

Either renice it or do not run it as root.

Paula
If you can spell SysAdmin then you is one - anon
oiram
Regular Advisor

Re: root and performance

But if is the reason, why I didn??t see any improvement in 1.4 or in a monothreaded application