"paster" is a command, not a server. Depending on the content of the .ini file used by "paster serve", a type of server is used. The default Pyramid .ini file uses the paste.httpserver server (which despite being named "paste" has really nothing to do with "paster").
See http://nichol.as/benchmark-of-python-web-servers for some benchmarks. On Wed, 2011-06-15 at 22:43 -0700, Liju wrote: > Has someone done a benchmark for paster server ? As per the > documentation to deploy pyramid using ngnix in the mix (for load > balancing etc) paster is used. I have also seen in this and other > forums that folks use this architecture in production. So it will be > good to know how paster perform & how stable it is. > -- 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.
