> Just curious: do those apps have (large) user file uploads? That is a problem using the Jester+Httpbeast with many requests. In the _early days_ , I used the nginx `upload_pass` to receive the files in a tmp-folder and then combine them. However, it didn't make sense to store and manage all the files and backups on the webserver. So, everything is moved to external object stores (e.g. S3).
I haven't tested file management with mummy.
