Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
annotate uwsginl-plugin-lang-php71/pkg-descr @ 81:346c4a4ca40b
Fix possible deadlock in install.
When using`stderr=subprocess.PIPE, stdout=subprocess.PIPE`, you can (will) deadlock if one pipe fills up (in this case, stdout) while the other is being written too.
The subprocess documentation is littered with warnings about this but somehow this has survived here for nearly 10 years. :)
commit e3bed6a7172a03c2f03bc1355634ad7e9994b260
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jun 2020 22:38:56 +0200 |
| parents | 7e7b576aa608 |
| children | 34be2756e5f8 |
| rev | line source |
|---|---|
|
44
f7ab3bf59fc1
The PHP7.1 language plugin (interpreter) for www/uwsginl.
Franz Glasner <hg@dom66.de>
parents:
diff
changeset
|
1 PHP7.1 language plugin (interpreter) for uwsginl. |
|
f7ab3bf59fc1
The PHP7.1 language plugin (interpreter) for www/uwsginl.
Franz Glasner <hg@dom66.de>
parents:
diff
changeset
|
2 |
|
51
7e7b576aa608
The project address now uses the https protocol.
Franz Glasner <fzglas.hg@dom66.de>
parents:
45
diff
changeset
|
3 WWW: https://projects.unbit.it/uwsgi/ |
