What does that mean, anyway? This morning it meant that I could see helpful internal file table information in the context of syscalls, so I could see more than just the file descriptors shown by strace.
The problem
A simple WSGI application which is managed by uWSGI is sitting behind …