> For someone who does not know pinax except that it somehow builds on > Django, can someone give me a couple of line summary of what it does. > More importantly as far as working out what may be a good > configuration, how long do average requests it handles take. Is the > nature of the application such that you can have long requests, be it > file uploads or some sort of processing, or is every quick and sub > second. The length of requests and the number of concurrent requests > you get, especially the longer ones, is going to guide how many > process/threads you need.
Hi there, A Pinax developer here. I just wanted to hop in and say that the upcoming Pinax release (and current development version) can be used in the same way as any other Django based project. I actually doubt there is only one good mod_wsgi template for Pinax, since it really depends on what core feature a project of a user has. Although we provide wsgi scripts (and documentation soon) for the example projects included in Pinax we can't foresee what users build with Pinax. Cheers, Jannis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
