Closed jpeach closed 3 years ago
Preprocessed output tends to be quite large, often multiple megabytes. Rather than transferring it over the RPC interface, use a tempfile so that the server doesn't use a lot of memory uneccessarily.
This updates #45.
Nice, seems very reasonable.
Preprocessed output tends to be quite large, often multiple megabytes. Rather than transferring it over the RPC interface, use a tempfile so that the server doesn't use a lot of memory uneccessarily.
This updates #45.