IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to control the number of task?


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vice_versa
Warnings : 1

New User


Joined: 26 Feb 2006
Posts: 19
Location: usa

PostPosted: Wed Dec 27, 2006 10:17 pm
Reply with quote

I wrote a batch mq program and an online program.
The batch program is to read vsam file then put it
into MQ(sequently peocessing),the online program read
record from MQ.for each record need to update online
VSAM file.I found It cost about 0.001second for each
record processing when total record number is less
than 100,but it cost more than 5 seconds when total
record is more then 1000.I also find there are about
42 task for this online program running at same time.
I think the root reason is that too many task run at
same time(because they need update vsam file may wait
for other).
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Dec 27, 2006 10:23 pm
Reply with quote

Hello,

If you talk with your CICS System Programmer(s) there is a way to control the number of concurrent executions of a transaction (if my memory is correct).
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts Increase the number of columns in the... IBM Tools 3
Search our Forums:

Back to Top