What are Dedicated and Pool Threads?

Showing Answers 1 - 4 of 4 Answers

Culver_lake

  • Mar 23rd, 2006
 

These are part of the CICS-DB2 Interface. Dedicated threads are connections to DB2 that are always available to a particular application so that app doesn't have to wait. High priority apps use dedicated threads.

Pool threads are shared by all applications needing a connection (thread) to db2. It takes longer to allocate a pool thread to a waiting program. Normal, low priority apps use pool threads.

  Was this answer useful?  Yes

javid

  • Mar 25th, 2006
 

Hello Eidi,

Thank u for clearing me this concept.

please clear me one thing more how dedicated thread remain active for other users.

  Was this answer useful?  Yes

Culver_lake

  • Mar 28th, 2006
 

Remember: dedicated threads are dedicated to a particular application. This information is in a table called the Resource Control Table. It's not a CICS table and it's not a DB2 table.

The RCT is owned by the CICS-DB2 interface.  It's through this table that a cics transaction id is associated with a db2 plan and the characteristics of the thread (protected, pool, etc) are specified.

  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