Hi there, I have several wsgi applications running, let's say a.wsgi, b.wsgi and c.wsgi, is it a good practice to just create one WSGIDaemonProcess group w/ multiple instances, or shall I create multiple WSGIDaemonProcess groups, each for a unique application?
Thanks, Kevin -- 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.
