[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Linux Kernel scheduling



On Tue, Mar 27, 2001 at 05:28:16PM +0530, Ambar Roy wrote:
> Hi,
>     According to this link:
> http://www-106.ibm.com/developerworks/library/java2/index.html , the linux
> kernel's thread scheduler is not quite optimized, and that it can be
> optimized to certain exten. This is quite a dated article now! What i wan't
> to know is that has the kernel scheduler code been changed recently (esp in
> the 2.4 kernel series). I am having problems with server apps in java, where
> i need to maintain more than a few hundred simultaneous open connections.

Linux kernel still uses the same algorithm. Kernel gods don't agree that
this is a problem.

However, having many open connections != many threads

	-Arun