File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes instance of Servlet Action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "instance of Servlet Action" Watch "instance of Servlet Action" New topic
Author

instance of Servlet Action

padmaratna kamble
Greenhorn

Joined: Apr 26, 2006
Posts: 26
Hello Friends
. please tell me when 1000 of clients request simultanuously
comes in struts how may instance of ServletAction creates, to process all request. and how may instance of RequestProcessor creates ?.
Merrill Higginson
Ranch Hand

Joined: Feb 15, 2005
Posts: 4864
I think you mean the ActionServlet, rather than ServletAction. In any case there is only one instance of the ActionServlet. In the case of the RequestProcessor, there is one instance per module.


Merrill
Consultant, Sima Solutions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: instance of Servlet Action
 
Similar Threads
another mock exam question - jwebplus
instance of ActionForm
Clear my doubts please ...
instance pooling of servlet
user defined instance pooling