Home | Trees | Indices | Help |
|
---|
|
object --+ | UWS --+ | UWSWithQueueing
A UWS with support for queuing.
Queuing is done on UWS level rather than at transitions. With a plain UWS, if something is put on the queue, it must be started by the Transition's queueJob method.
With UWSWithQueuing, you just mark the job queued and the rest is taken care of by the UWS itself.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
runcountGoal = 1 hash(x) |
|
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
tells TAP UWS to try and dequeue jobs next time checkProcessQueue is called. This function exists since during the TAPTransistions there's a writable job and processing the queue might deadlock. So, rather than processing right away, we just note something may need to be done. |
sees if any QUEUED process can be made EXECUTING. This must be called while you're not holding any changeableJob. |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |