I poked around the wiki a bit, but I'm curious if there has been any interest in making mod_wsgi a little more appengine-like?
What I'm particularly interested in is declaring a bunch of applications and urls to get to them, and then having mod_wsgi dynamically determine how many daemons to run - spinning up more as more requests come in, spinning down ones as resources become constrained, etc... i.e. if one app is big and bloated, it doesn't fire up as many of them because it would put a pinch on the other apps on the box - and if there are a ton of requests for another application, it would fire up enough to keep the wait queue to a minimum. This would obviously be pretty tricky to implement as you'd be balancing memory usage, response time, server load, etc, but it would allow an arbitrary set of WSGI applications to run without knowing the performance and memory characteristics in advance. Any thoughts on this? Alec --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
