Block or Report
Block or report lemon24
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
1
This gist tracks the creation of an almost fully functional sqlite3 server in Python 3, using only the [multiprocessing.managers](https://docs.python.org/3/library/multiprocessing.html#managers) standard library module.23**But why?**45* To see if it can be done. -
1
"""2Read commands from stdin, run them in parallel, and send the output to stdout.34Command output looks like:5