Guest User

Untitled

a guest
Dec 13th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. vmMgr.vmMgrInit()
  2. thr=imgBakResMgr(3,5)
  3. thr.start()
  4.  
  5. print '111111111111111111111'
  6. thr.addInsToWaiting(vmid,'1')
  7. print thr.waitingQueue
  8. print thr.workingQueue
  9. print '222222222222222222222'
  10. time.sleep(10)
  11. print '3333333333333333333333'
  12. thr.delJobFromWorking(vmid)
  13. print '1231231231231231234123123'
  14. #thr.addInsToWaiting('vmidXXXXXX','2')
Add Comment
Please, Sign In to add comment