> > Apache 2.2 has a mod_proxy_balancer. If performance is a concern, you > should go with the CherryPy WSGI server. > > use = egg:PasteScript#cherrypy > > instead of > > use egg:Paste#httpserver
This didn't work, I changed the line use = egg:Paste#http to use egg:Paste#cherrypy Even though I just installed CherryPy, I got error: LookupError: Entry point 'cherrypy' not found in egg 'Paste' (dir: /usr/lib/python2.5/site-packages/Paste-1.4-py2.5.egg; protocols: paste.server_factory, paste.server_runner; entry_points: ) when trying to start paster serve. I've had the same trouble when applying any kind of filter(?) (for example the profiler or the thread watcher) with Paste: the modules are not found. How to add more search paths for Paster in the Pylons conf? Beaker has support for using a database or a memcached backend, > though the docs on how to do this seem to be currently lacking. Sounds good, but a bit useless if there's no directions for how to take advantage of the feature. Should I take a look at the Beaker sources and maybe write the howto myself? Can you point me to the right source code spot? -- --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 -~----------~----~----~----~------~----~------~--~---
