Posix IPC-backed ASGI channel layer implementation
Project description
An ASGI channel layer that uses POSIX shared memory IPC as its backing store (only works between processes on the same machine).
Beta - please file issues if it doesn’t work or fails weirdly (shared memory and IPC can be tricky)
Usage
You’ll need to instantiate the channel layer with a path prefix to create IPC objects underneath; any channel layers with the same prefix will talk to each other.
prefix: Prefix to use for IPC objects in the root namespace. Defaults to asgi.
Example:
channel_layer = IPCChannelLayer(
prefix="aeracode",
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file asgi_ipc-0.2.0.tar.gz.
File metadata
- Download URL: asgi_ipc-0.2.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57f35ae1a4960485bd254f9065b94275079e01647e4954a25f9cbea1a359e177
|
|
| MD5 |
d665e843aa8b01d85c55b470b4d4b4d3
|
|
| BLAKE2b-256 |
380573e79d8c3cada058f042a73ce0c63b8820c96c7cc2b05e32950732e94165
|
File details
Details for the file asgi_ipc-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: asgi_ipc-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fd0fd4531ba9c701d68adfa482a652ef271fb208c5b44c9d84f5a1e1ebc9432
|
|
| MD5 |
85a34ff86d802d8db2223a8bfcd1ea75
|
|
| BLAKE2b-256 |
a0d5c3bc63684cf6a7fd07a893fe4186c9637ebedda3a26dc7a2ef7b5aa1f80a
|