index.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. architecture
  19. ------
  20. Server
  21. ------
  22. .. toctree::
  23. :maxdepth: 1
  24. gearmand
  25. gearmand/queues
  26. gearmand/ssl
  27. ------------------
  28. Command Line Tools
  29. ------------------
  30. .. toctree::
  31. :maxdepth: 1
  32. bin/gearman
  33. bin/gearadmin
  34. ---------------------
  35. C/C++ Client Library:
  36. ---------------------
  37. .. toctree::
  38. :maxdepth: 1
  39. libgearman/index
  40. --------
  41. Protocol
  42. --------
  43. .. toctree::
  44. :maxdepth: 1
  45. protocol/gear
  46. protocol/text
  47. -------------------
  48. Version Information
  49. -------------------
  50. .. toctree::
  51. :maxdepth: 1
  52. changes
  53. .. toctree::
  54. :hidden:
  55. libgearman
  56. ------------------
  57. Indices and tables
  58. ------------------
  59. * :ref:`genindex`
  60. * :ref:`search`