Skip to content

Commit be4ebf7

Browse files
committed
Update README for SEO
1 parent 430afb2 commit be4ebf7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==================================================
2-
Multiprocessing extension for Gevent_ (geventmp_)
3-
==================================================
1+
===============================================
2+
GeventMP_ - Gevent_ Multiprocessing Extension
3+
===============================================
44

55
.. image:: https://img.shields.io/gitter/room/karellen/Lobby?logo=gitter
66
:target: https://gitter.im/karellen/Lobby
@@ -56,8 +56,8 @@ __ monkey_
5656

5757
Solution
5858
========
59-
Geventmp_ (`Gee-vent Em-Pee`, not `Gee-ven Tee-Em-Pee`) is an extension plugin for `monkey patch`__ subsystem
60-
of Gevent_. As with the rest of the monkey patch subsystem the process is fairly clear:
59+
GeventMP_ (`Gee-vent Em-Pee`) is a gevent_ multiprocessing extension plugin for the `monkey-patching`__ subsystem.
60+
As with the rest of the monkey patch subsystem the process is fairly clear:
6161

6262
__ monkey_
6363

@@ -71,7 +71,7 @@ __ monkey_
7171
4. If you are really brave and have lots of free time on your hands, completely replace a standard blocking Python
7272
non-`FD`-based primitive with implementation based on an `FD`-based OS primitive (e.g. POSIX semaphore =>
7373
Linux `eventfd-based semaphore for kernels > 2.6.30`__).
74-
5. Due to launching of separate processes in `MP`, figure out how, when, and whether to `monkey patch`__ spawned/forked
74+
5. Due to launching of separate processes in `MP`, figure out how, when, and whether to `monkey-patch`__ spawned/forked
7575
children and grandchildren.
7676

7777
__ eventfd_
@@ -95,14 +95,14 @@ For unstable version:
9595
pip install --pre geventmp
9696
9797
98-
Once installed, `geventmp`_ will activate by default in the below stanza.
98+
Once installed, `GeventMP`_ will activate by default in the below stanza.
9999

100100
.. code-block:: python
101101
102102
from gevent.monkey import patch_all
103103
patch_all()
104104
105-
If you would like `geventmp`_ to not activate by default, either do not install it or explicitly disable it:
105+
If you would like `GeventMP`_ to not activate by default, either do not install it or explicitly disable it:
106106

107107
.. code-block:: python
108108
@@ -124,7 +124,7 @@ Supported Platforms
124124
Known Issues
125125
============
126126

127-
* Multiprocessing `forkserver` works with gevent, but the spawned child isn't green.
127+
* Multiprocessing `forkserver` works in GeventMP_, but the spawned child isn't green.
128128

129129
TODO
130130
====

0 commit comments

Comments
 (0)