Link to home
Start Free TrialLog in
Avatar of wasadmin770
wasadmin770

asked on

web container threads in Websphere App Server. v 6.0.2

1. are web container threads in Websphere App Server shared by multiple users requests that are simultaneous.
2. are they persistent between one request to the other from web server.
this is for version 6.02
Avatar of HonorGod
HonorGod
Flag of United States of America image

Q: Are web container threads in Websphere App Server shared by multiple (concurrent, or simultaneous) users requests?
A: No

Q: Are they persistent between one request to the other from web server.
A: Sort of.

  A Web Container thread may be used multiple times in a sequential fashion.  A thread will be created when a request is received.  Once the request is complete, the thread may be reused by a subsequent request.

Does this help?
Here is an education presentation replay about

Understanding and troubleshooting problems with the Web container in IBM WebSphere Application Server V6.0

http://www.IBM.com/support/docview.wss?rs=180&uid=swg27009248
Avatar of wasadmin770
wasadmin770

ASKER

you wrote " A thread will be created when a request is received.  Once the request is complete, the thread may be reused by a subsequent request"

will the thread be reused for the same user?
ASKER CERTIFIED SOLUTION
Avatar of HonorGod
HonorGod
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the grade & points.

Good luck & have a great day.