I have problem with threads implementation in servlets the problem is the servlets which uses instance variablesand if we pass request from two diff servers the o/p generated is mis matching with each other.i have also userd synchronized block but it is not working well(servlet not implementing the single thread model )

Showing Answers 1 - 1 of 1 Answers

Rajesh

  • Apr 22nd, 2006
 

implement the interface called as javax.servlet.SingleThreadModel and doesn't have any abstract methods in it to implement

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions