django / asgi_ipc

IPC-based ASGI channel layer
BSD 3-Clause "New" or "Revised" License
37 stars 13 forks source link

Move IPC layer to use SQLite in either a file or a shared memory segment #21

Closed andrewgodwin closed 7 years ago

andrewgodwin commented 7 years ago

Rather than just dumping msgpack output into shared memory as it does right now.

andrewgodwin commented 7 years ago

Fixed in 1.4.0, it now uses pickle for some portions for speed.