Geeks Talk

Prepare for your Next Interview




How Servlet handles more than 40 request

This is a discussion on How Servlet handles more than 40 request within the JSP forums, part of the Web Development category; If More than 40 Request's came how the servlet is going to handle it. I mena 40 instance variables will be created ?...


Go Back   Geeks Talk > Web Development > JSP

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 11-27-2007
Junior Member
 
Join Date: Nov 2007
Location: Hyderabad
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
vnaveen16 is on a distinguished road
How Servlet handles more than 40 request

If More than 40 Request's came how the servlet is going to handle it. I mena 40 instance variables will be created ?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-21-2008
Junior Member
 
Join Date: Nov 2006
Location: India
Posts: 8
Thanks: 0
Thanked 2 Times in 2 Posts
madhukar.poreddy is on a distinguished road
Re: How Servlet handles more than 40 request

No, The container won't create the 40 instance variables for 40 clients,it will create only one instance and create 40 threads based on that instance variable to handle the 40 requests.
Reply With Quote
The Following User Says Thank You to madhukar.poreddy For This Useful Post:
Reply

  Geeks Talk > Web Development > JSP


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
how to schedule the request set rajesh56 Oracle Apps 2 02-12-2008 12:02 AM
request baburao Request Lounge 0 11-20-2007 02:32 AM
Replication of request using generic servlet guptakcsg JSP 0 03-06-2007 05:47 AM
My request vmshenoy Suggestions & Feedback 1 01-27-2007 06:07 PM
request vmshenoy Suggestions & Feedback 4 01-17-2007 07:31 AM


All times are GMT -4. The time now is 04:33 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved