File: README.md

package info (click to toggle)
ioprocess 0.15.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 740 kB
  • sloc: ansic: 1,916; sh: 1,230; python: 923; makefile: 71
file content (13 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# IOProcess

## Why?

When performing IO over network storage (specifically NFS) the process might get stuck in D state.
To prevent you main process from becoming unkillable you might prefer to have a slave process do all the risky IO.
This is what ioprocess is for.


## Goals
- Small memory footprint per call.
- Extensible
- Easy integration with python and other languages.