Here's what I'd like to see in Narrative & Reference docs - in addition to the above
1. The Pyramid Request Cycle mod_perl does a decent job at this: http://perl.apache.org/docs/2.0/user/handlers/server.html http://perl.apache.org/docs/2.0/user/handlers/http.html How does Pyramid handle a request? Where does it start, where does it stop? where (visually) are the entrypoints for subscribers, tweens, etc 2. Deploying your Pyramid App you built it and it works on pserve. great. what are some pros/cons/howtosof getting it to work in production ? - pserve - uwsgi - mod_wsgi what about deployment concerns / gotchas : - clustering ? - possible bottlenecks - etc 3- Explain What Scaffolds Are , and why you might want - or not want - to use them. 4- Give some best-practices and advice for common scenarios I know this is sort of "cookbook" material - but its good to jump into the official docs of something you're evaluating and see "oh, i could do this, or i should do that". the cookbook stuff is too unstructured, unofficial, and freeform. think of it as marketing collateral. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
