Multithreading servlets
843841Aug 23 2003 — edited Aug 26 2003Hi,
I have a problem with threading servlets. Lets say I have 2 servlets - s1 and s2.
I need to call more than 1 instance of s2 from s1 simultaneously. I think i need to use threds for this. but how?
If s2 were just a java class, it wud b quite easy, but exactly how to call servlets?
Please revert asap.. its urgent.
Thx,
Rekha.