Fapws use libev events, thus if you are not using blocking processes
you will not be locked.
Easiest way to not lock the webserver is to use files. Fapws manage
files as chunks of data. Each chunks is managed separatly. That way
you can process lot of big files.
The size of those chunks is defined by the variable: MAX_BUFF
William