2009/1/7 julio33 <[email protected]>: > > Hello, i recently implemented mod_wsgi into Apache2, i want to know > what´s the best way to calculate how much ram and load generates each > one instance of wsgi, because i want to scalate my vps but i´m not > sure about how much RAM and load i need, or to review if my > application is inefficient.
What WSGI application are you trying to run? Are you using Apache prefork MPM or worker MPM? Are you trying to use mod_wsgi embedded mode of daemon mode? Are you hosting static content using same web server? Posting parts of Apache configuration related to mod_wsgi and WSGI application setup will answer a lot of this. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
