acceptCount - defines
the maximum queue length for incoming connection requests when all
possible request processing threads are in use. Any requests received
when the queue is full are refused. The default value is 10.
bufferSize - defines
the size (in bytes) of the buffer to be provided for input streams
created by this connector. By default, buffers of 2048 bytes are provided.
maxKeepAliveRequests - the
maximum number of HTTP requests that can be held in the pipeline
until the connection is closed by the server. Setting this attribute
to 1 disables HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive
and pipelining. Setting this to -1 allows an unlimited number of pipelined
or keep-alive HTTP requests. If not specified, this attribute is
set to 100.
maxSpareThreads - the
maximum number of unused request processing threads that are allowed
to exist until the thread pool starts stopping the unnecessary threads.
The default value is 50.
maxThreads - the
maximum number of request processing threads to be created by this
Connector, which therefore determines the maximum number of simultaneous
requests that can be handled. If not specified, this attribute is
set to 200.
minSpareThreads - the
number of request processing threads that are created when this
Connector is first started. The connector will also make sure it
has the specified number of idle processing threads available. This attribute
should be set to a value smaller than that set for maxThreads.
The default value is 4.
KERNEL_DIR=$(pwd) make mrproper make menuconfig make dep make clean make bzImage cp arch/x86_64/boot/bzImage /boot/vmlinuz-2.6.26 make modules make modules_install cd /boot mkinitrd initrd-2.6.26 2.6.26 cd $KERNEL_DIR cp System.map /boot/System.map-2.6.26 cd /boot ln -s System.map-2.6.26 System.map