I serve two different types of requests . manually requests done by users that I need to serve quickly , other requests are background client slow requests and I don't have to respond to it immediately , may be I can drop the request if the number of queued background requests exceeds a threshold . I was thinking of redirecting background requests to a different WSGIDaemonProcess , what do you think ?
-- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
