A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Servlets
Author
Single Thread Model
sitaram irrinki
Ranch Hand
Joined: Feb 16, 2005
Posts: 158
posted
Aug 12, 2005 07:54:00
0
A
servlet
implements Single Thread model
public class BasicServlet extends
HttpServlet
implements
SingleThreadModel
{
int number = 0;
public void service(
HttpServletRequest
req,
HttpServletResponse
res) {
}
}
Mani Ram
Ranch Hand
Joined: Mar 11, 2002
Posts: 1140
posted
Aug 12, 2005 08:25:00
0
So, where is the question?
Mani
Quaerendo Invenietis
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: Single Thread Model
Similar Threads
Single Thread Model
SingleThread Model
Transactions - JTA or JDBC?
single thread or multi thread ?
synchronized(page) is jsp
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter