Title: Basic servlet threading question

What do I have to take into consideration when it comes to servlet
multithreading?

I know that an variable defined in the body of the servlet is shared among
all requests, but what about variables defined in the methods, for example
in doGet(). Is that shared to? And what about a variable defined within a
for loop?

Best regards
Erik Beijnoff
Systems development
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Reply via email to