index.rst 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. =====================================
  2. Welcome to the Gearman documentation!
  3. =====================================
  4. Gearman provides a generic application framework to farm out work to other
  5. machines or processes that are better suited to do the work. It allows you
  6. to do work in parallel, to load balance processing, and to call functions
  7. between languages. It can be used in a variety of applications, from
  8. high-availability web sites, to the transport of database replication events.
  9. -------------
  10. Introduction:
  11. -------------
  12. .. toctree::
  13. :maxdepth: 1
  14. license
  15. install
  16. how_to_report_a_bug
  17. glossary
  18. ------
  19. Server
  20. ------
  21. .. toctree::
  22. :maxdepth: 1
  23. gearmand
  24. gearmand/queues
  25. ------------------
  26. Command Line Tools
  27. ------------------
  28. .. toctree::
  29. :maxdepth: 1
  30. bin/gearman
  31. bin/gearadmin
  32. ---------------------
  33. C/C++ Client Library:
  34. ---------------------
  35. .. toctree::
  36. :maxdepth: 1
  37. libgearman/index
  38. -------------------
  39. Version Information
  40. -------------------
  41. .. toctree::
  42. :maxdepth: 1
  43. changes
  44. .. toctree::
  45. :hidden:
  46. libgearman
  47. ------------------
  48. Indices and tables
  49. ------------------
  50. * :ref:`genindex`
  51. * :ref:`search`