Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Multithreading servlets

843841Aug 23 2003 — edited Aug 26 2003
Hi,

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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 23 2003
Added on Aug 23 2003
6 comments
112 views