This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jjdominguezm
Recipients bquinlan, jjdominguezm, pitrou
Date 2012-03-09.08:54:03
SpamBayes Score 3.6236324e-05
Marked as misclassified No
Message-id <1331283244.43.0.479808329786.issue13785@psf.upfronthosting.co.za>
In-reply-to
Content
I'm writting an application where users can submit long running jobs and I want to disply a list of those jobs and the state of each one.

My idea is to use an executor and use the futures to display information about the jobs: not started, cancelled, running, etc.

Think of a table with these headers:

ID, Start date, Last state change date, State, Info
History
Date User Action Args
2012-03-09 08:54:04jjdominguezmsetrecipients: + jjdominguezm, bquinlan, pitrou
2012-03-09 08:54:04jjdominguezmsetmessageid: <1331283244.43.0.479808329786.issue13785@psf.upfronthosting.co.za>
2012-03-09 08:54:03jjdominguezmlinkissue13785 messages
2012-03-09 08:54:03jjdominguezmcreate