Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

when the several requests comes to server..how it manage
the requests

Answer Posted / goutham

When several requests comes to the server,I am assuming here
the requests coming to the same servlet,then the
webcontainer sees whether the Servlet is instantiated if it
is not the servlet is instantiated (only for the first time)
then a thread is spawned for each request and assigned to it.

*servlets does not implement singlethreadmodel , this
interface is depricated and hits the performance very
badly..instead of singlethreadmodel you can use sychronized
blocks(not methods)

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is servletconfig?

1084


What are the life cycle methods of the servlet?

1132


What are the functions of the servlet container?

1694


What do you mean by session tracking?

1276


What is the capacity the doget can send to the server?

1131


Explain servlet.

1090


What are some advantages of storing session state in cookies?

1082


When should you prefer to use doget() over dopost()?

1225


What do you mean by url pattern in servlet?

1160


What are the advantages of Servlet over CGI?

1203


What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?

1335


How to rectify errors in java servlet while compilation?

1014


What is the difference between 2 types of servlets?

1196


What is the servlet?

1130


What is servlet? Explain

1108