David Wilson
d1ba077f0e
docs: update Changelog.
6 years ago
David Wilson
ffae035584
docs: drastically simplify install/changelog.
6 years ago
David Wilson
7dacb68eeb
issue #552 : include process identity in log messages.
6 years ago
David Wilson
2226c23c91
issue #550 : update Changelog.
6 years ago
David Wilson
a7df9cdb64
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
issue #550 : parent: add explanatory comment.
issue #550 : fix up TTY ioctls on WSL 2016 Anniversary Update
docs: update Changelog.
service: make service list optional.
6 years ago
David Wilson
bd4d55dc90
issue #550 : parent: add explanatory comment.
6 years ago
David Wilson
87c8ab4323
issue #550 : fix up TTY ioctls on WSL 2016 Anniversary Update
6 years ago
David Wilson
0b177f1491
docs: update Changelog.
6 years ago
David Wilson
ae8ba24f59
service: make service list optional.
...
Used by the new work.
6 years ago
David Wilson
ebc53283db
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
docs: update Changelog; closes #548 .
issue #548 : always treat transport=smart as 'ssh' for mitogen_via=.
6 years ago
David Wilson
79af8ef680
docs: update Changelog; closes #548 .
6 years ago
David Wilson
26e6194d0a
issue #548 : always treat transport=smart as 'ssh' for mitogen_via=.
...
The idea behind transport=smart is to select between paramiko and
OpenSSH given the availability of connection multiplexing and/or OSX
kernel bugs. We need to make no such choice.
6 years ago
David Wilson
7cea622197
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
docs: better intro paragraph.
.ci: copy private key file to tempdir.
os_fork: more doc tweaks
os_fork: more doc tweaks
os_fork: yet more doc tidyup
os_fork: more doc tweaks
os_fork: clean up docs
.ci: import soak scripts.
.ci: allow containers for different jobs to run simultaneously
os_fork: python 3 fixes and tests.
6 years ago
David Wilson
b7742a4b5f
docs: better intro paragraph.
6 years ago
David Wilson
36a5968ee2
.ci: copy private key file to tempdir.
6 years ago
David Wilson
d51e70636d
os_fork: more doc tweaks
6 years ago
David Wilson
7763549653
os_fork: more doc tweaks
6 years ago
David Wilson
add357a029
os_fork: yet more doc tidyup
6 years ago
David Wilson
0a66ca72ef
os_fork: more doc tweaks
6 years ago
David Wilson
5dc0bd6f8d
os_fork: clean up docs
6 years ago
David Wilson
021cfda112
.ci: import soak scripts.
6 years ago
David Wilson
ad7185444d
.ci: allow containers for different jobs to run simultaneously
6 years ago
David Wilson
c413d53144
os_fork: python 3 fixes and tests.
6 years ago
David Wilson
45e66541e0
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
issue #535 : activate Corker on 2.4 in master too.
6 years ago
David Wilson
18b984a0b4
issue #535 : activate Corker on 2.4 in master too.
6 years ago
David Wilson
509590530b
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
issue #535 : update Changelog.
issue #535 : wire mitogen.os_fork into Broker and Pool.
issue #535 : parent: add create_socketpair(size=..) parameter.
issue #535 : introduce mitogen.os_fork module and Corker class.
issue #535 : docs: update Changelog
issue #535 : service: support Pool.defer() like Broker.defer()
issue #535 : core: unicode.encode() may take importer lock on 2.x
issue #535 : docs: fix up Select doc
issue #535 : docs: update Changelog.
issue #535 : core/select: support selecting from Latches.
6 years ago
David Wilson
ebbf5ab62c
issue #535 : update Changelog.
6 years ago
David Wilson
06e52ca89f
issue #535 : wire mitogen.os_fork into Broker and Pool.
6 years ago
David Wilson
c1d73e1f4f
issue #535 : parent: add create_socketpair(size=..) parameter.
6 years ago
David Wilson
63f4864b21
issue #535 : introduce mitogen.os_fork module and Corker class.
6 years ago
David Wilson
c119ae8f66
issue #535 : docs: update Changelog
6 years ago
David Wilson
514d35fd10
issue #535 : service: support Pool.defer() like Broker.defer()
6 years ago
David Wilson
eb9ec26622
issue #535 : core: unicode.encode() may take importer lock on 2.x
...
Found on Python 2.4, where import happens immediately following connect.
- Main thread executes import statement, triggers request to parent
- Broker thread attempts to deliver request via Router
- Router discovers parent has disconnected, prepares a dead message
- .dead() calls unicode.encode() to format reason string
- .encode() attemptsto import a codec module
- deadlock
----
(gdb) pystack
/usr/local/python2.4.6/lib/python2.4/encodings/__init__.py (69): search_function
<stdin> (733): dead
<stdin> (2717): _maybe_send_dead
<stdin> (2724): _invoke
<stdin> (2749): _async_route
<stdin> (1635): _receive_one
<stdin> (1603): _internal_receive
<stdin> (1613): on_receive
<stdin> (2931): _call
<stdin> (2942): _loop_once
<stdin> (2988): _do_broker_main
<stdin> (545): _profile_hook
<stdin> (3007): _broker_main
/usr/local/python2.4.6/lib/python2.4/threading.py (420): run
/usr/local/python2.4.6/lib/python2.4/threading.py (424): __bootstrap
6 years ago
David Wilson
72862f0bb9
issue #535 : docs: fix up Select doc
6 years ago
David Wilson
28aa8b3b27
issue #535 : docs: update Changelog.
6 years ago
David Wilson
b3f592acee
issue #535 : core/select: support selecting from Latches.
6 years ago
David Wilson
1397c0eec3
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
core: increase cookie field lengths to 64-bit; closes #545 .
tests: ensure serialization restrictions are in effect
tests/bench: set process affinity in throughput.py.
docs: update copyright year.
docs: update Changelog.
core: Make Latch.put(obj=) optional.
6 years ago
David Wilson
7d0480e8bd
core: increase cookie field lengths to 64-bit; closes #545 .
6 years ago
David Wilson
e517810e5a
tests: ensure serialization restrictions are in effect
6 years ago
David Wilson
ffdf31edd7
tests/bench: set process affinity in throughput.py.
6 years ago
David Wilson
c0db283ac7
docs: update copyright year.
6 years ago
David Wilson
14e6c6e49e
docs: update Changelog.
6 years ago
David Wilson
ca63c26e01
core: Make Latch.put(obj=) optional.
6 years ago
David Wilson
06c116257f
Merge remote-tracking branch 'origin/dmw'
...
* origin/dmw:
docs: change 'unreleased' Changelog format and add a hint.
6 years ago
David Wilson
d865fb797d
docs: change 'unreleased' Changelog format and add a hint.
6 years ago
David Wilson
97399477a5
Merge remote-tracking branch 'origin/azure3'
...
* origin/azure3:
docs: update Changelog; closes #542 .
issue #542 : return of select poller, new selection logic
issue #542 : .ci: move some tests to Azure and enable Mac job.
ansible: create stub __init__.py for sdist.
6 years ago
David Wilson
2cde51ea63
docs: update Changelog; closes #542 .
6 years ago
David Wilson
9bcd2ec56c
issue #542 : return of select poller, new selection logic
6 years ago
David Wilson
0aa4c9d8fc
issue #542 : .ci: move some tests to Azure and enable Mac job.
6 years ago
David Wilson
458a4faa97
ansible: create stub __init__.py for sdist.
...
This went into 0.2.5 sdist tarball but it's not checked in.
6 years ago