fapws3

Mod_wsgi versus fapws3 - Django

Hi folks, is there a difference between using FAPWS3 and MOD_WSGI when dealing with Django? FAPWS3 seems alot faster when serving requests toward Python scripts. I would like to know if I'm missing out anything. :) Any ideas? ...

Compiling FAPWS3 on Windows 7?

Hi folks, I found no information whatsoever on how to install FAPWS3 on my Win7 machine. Help would be immensely appreciated! :) ...

FAPWS: Form with File Upload and parameters. Help parse the raw input?

I have a form that is multi-part for file upload, but it also has some other parameters like username, password, etc. Here's what the HTML form looks like: http://pastebin.com/AjmGsQBu And here's my python code to handle it: http://pastebin.com/kj1PBYmH I've verified with Charles that all the parameters are being submitted, they're ju...