Author |
Message
|
mca |
Posted: Thu Mar 31, 2005 11:19 am Post subject: wait time of a task (sec/milli) |
|
|
Disciple
Joined: 09 Mar 2005 Posts: 196
|
hi all,
if i wanna put wait time on a task before going to another, is it in seconds or milli sec. Like if i give 60 in wait time for a task, does it take 60 sec or 60 milli seconds or any other ?
i guess it must be seconds, but wanna make sure from u guys
Thanks in advance
MCA |
|
Back to top |
|
 |
jmac |
Posted: Thu Mar 31, 2005 11:37 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Not sure exactly what you are referring to.... but all times in MQWF are in seconds to my knowledge _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mca |
Posted: Thu Mar 31, 2005 11:48 am Post subject: how about in WMQ ? |
|
|
Disciple
Joined: 09 Mar 2005 Posts: 196
|
i remeber when working on MQ series giving wait time of 6 sec for an channel to look for messages(like active and then inactive(sleep) every 6sec) and i specified 6000 in the column for taking that value.
But i am not talking about channel here. Its an activity which has to move to another after a certain wait time. so, my question here is "will i have to mention in sec or milli". I initially thought that it might be same as MQ in milliSec. But i am not sure of it. I only remember giving it in milli on MQ.
Thanks for ur reply
MCA |
|
Back to top |
|
 |
jmac |
Posted: Thu Mar 31, 2005 11:54 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
There is no such thing as Wait time in an activity... I am going to assume you have a "dummy" activity that you are specifying a 6 second EXPIRATION. In this case the time is in seconds _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mca |
Posted: Thu Mar 31, 2005 12:44 pm Post subject: |
|
|
Disciple
Joined: 09 Mar 2005 Posts: 196
|
instead of creating another (dummy) activity and specify expiration time, cant i do it in an activity which does some work(manual/auto) and wait for an certain amount of time before proceeding to another ?
Thanks for ur immediate response |
|
Back to top |
|
 |
jmac |
Posted: Thu Mar 31, 2005 12:49 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
If I understand you correctly, of course you can... But then it is YOUR program doing the waiting, not MQWF. In which case how you specify the time is going to depend on the API you are using to wait. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|