Am 06.06.2012 um 13:23 schrieb Biswas, Pinakee: > Some of the aspects of the design I have been pondering upon are also: > · How do I handle the threads, configure them etc. at optimum level? > Do I really need to bother about them with Pylons/Pyramid? The platform is > Linux. > · How is the performance of Paster Web server as compared to > something like lighttpd (which is supposedly a light weight server)? If > lighttpd, then I would need to embed Pylons/Pyramid there. (I have embedded > Pylons with Apache but haven’t checked the performance).
http://nichol.as/benchmark-of-python-web-servers might be an interesting resource for both questions above. > · Regarding DB, SQLAlchemy can be a choice for SQL based DB servers. > Considering something like MongoDB, not sure how would SQLAlchemy help there. > But certainly if I have my own DB access library using native APIs, probably > a better performance can be achieved. SQLAlchemy is a ORM and will therefore work only with Relational Databases. HTH, Andreas -- 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.
