Hello everyone..
What i mean in the above question is that, when we send a HTTP request to the apache tomcat server in which data structure does it get stored for further action(like processing it and serving the request)
I am designing a testing tool to check the performance of a server . So am simulating huge number of HTTP requests by creating threads and sending HTTP requests.....So WHERE DOES APACHE TOMCAT server store these request for processing.
I want to change this implementation according to one IEEE paper. I have downloaded the source code of apache tomcat server and want to know where i can change this implementation (in which file???)
. Some one said there will be FIFO queue to store the requests.. But i am not sure about that.. I want to implement RED(Random Early Detection)queue instead of FIFO queue .
PLese please help me