>I want to exit() a backend after it has processed a certain number of
>requests via FCGI (WSGI?). Any idea how to do it cleanly with Django?
I think you would have to do that by patching FLUP. I don't think you
can do it easily in Django. That's mostly because you don't have a way
to specify co
I want to exit() a backend after it has processed a certain number of
requests via FCGI (WSGI?). Any idea how to do it cleanly with Django?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.