Guest User

Untitled

a guest
Jan 22nd, 2018
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. > +---------------------------------------------+
  2. > | Sacrobat |
  3. > |---------------------------------------------|
  4. > | |
  5. > | +---------------+ job +------------+ |
  6. > | | | insert | | | POST +---------+
  7. > | | TheSchwartz |<----------+ /converter |<-----------------+ Request |
  8. > | | | | | | (odt or zip) +---------+
  9. > | | (Job Queue) | +------------+ |
  10. > | | +------------------------+ |
  11. > | | +-----+ +-----+ +-----+ +-----+ | |
  12. > | | | Job | | Job | | Job | | Job | ... | |
  13. > | | +-----+ +-----+ +-----+ +-----+ | |
  14. > | +--------+-------------------------------+ |
  15. > | | |
  16. > | job | fetch |
  17. > | v |
  18. > | +----------------------------------------+ |
  19. > | | Sacrobat::TheSchwartz::Worker::ODT2PDF | |
  20. > | |----------------------------------------| |
  21. > | | +-----------+ +-----------+ | |
  22. > | | | convert | | upload | | | POST or SCP +------+
  23. > | | | to pdf +---->| to user +---------------------------->| User |
  24. > | | +-----------+ +-----------+ | | (pdf or zip) +------+
  25. > | +----------------------------------------+ |
  26. > +---------------------------------------------+
Add Comment
Please, Sign In to add comment