On 8/25/07, Cliff Wells <[EMAIL PROTECTED]> wrote: > > This is wrong AFAIK. I'm using CP's wsgiserver (which is a standalone > app and included with Paste, so you don't actually need to install CP3, > although you certainly can), and this is my entry: > > [server:main] > # use = egg:Paste#http > use = egg:PasteScript#cherrypy > > Note "PasteScript" vs "Paste".
This works. Thank you. As an aside, my light testing with ab showed CP3's wsgiserver to be > considerably faster than Paste's http server, but also seemed to fail > under load slightly more often (more failed requests, not crashes). OK. Then it's a no go. Reliability first. BTW. Have you used the profiling middleware with paster? Last time I tried, the profiling decorator didn't work. -- --PJ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
