Werkzeug on Unix Domain Sockets#209
Werkzeug on Unix Domain Sockets#209runderwood wants to merge 1 commit intopallets:masterfrom runderwood:master
Conversation
|
I don't see a good use case for this since production servers like gunicorn already do that, and you usually don't need it in dev. However, these changes are not too big, so I'd just merge them. |
|
I've found it quite useful for shared development environments, but I don't disagree that it's a somewhat unusual use case. |
8377106 to
1842d71
Compare
|
@runderwood Are you still interested in this? |
|
I don't have a pressing need for it now, but I found it useful at the time. |
|
Then i'd rather close this, as you've been the only one since then who asked for this feature. |
|
can we reopen this? This feature can be handy on my project too @untitaker |
|
Please file a PR if you want this feature implemented in Werkzeug. |
|
Thanks :) we'll look if @runderwood solution is still working after these years and open a new PR |
|
You can use the instructions here to pull this PR into your own clone: https://help.github.com/articles/checking-out-pull-requests-locally/ |
|
I am working with @dajose, @untitaker please check PR #1019 |
I patched Werkzeug's WSGI server to be capable of binding to Unix domain sockets.