You cannot post messages because only members can post, and you are not currently a member.
Description:
For questions about using CherryPy
|
|
|
Cherrypy profiling
|
| |
Hi there,
I know there is a profiling tool for cherrypy. But it does not seem to
work with my setup where cherrypy acts as a wsgi application with
mod_wsgi under apache.
i added these entries to the global config:
cherrypy.config.update({'
'profiling.on' : True,... more »
|
|
authenticating RESTfully, with a twist
|
| |
Greetings, I've run into an interesting problem with authentication, and I wonder if I may solicit some advice on how to go about solving it. My CherryPy application currently presents two separate "interfaces"; an administrative one intended for consumption by a web browser, and a separate REST-like messaging interface that exchanges YAML messages with... more »
|
|
session callbacks (again)
|
| |
I have a class of applications that allocate resources at session
start and need to release those resources when the session terminates
or expires. I have followed the advice from earlier threads, in
particular, [link]
, which suggests to subclass your favorite CP session class and... more »
|
|
Authentication how to
|
| |
Hi I'm completely new to cherrypy, and very happy with initial tests.
I'm getting into an issue I can not get througt.
With authentication, I want like im my bank pages, that when I open a
new tab in the browser, and type the main url to be asked again for a
password, to be logged in as two(many) different users.... more »
|
|
base url and tools.proxy?
|
| |
I have cherrypy setup behind an Apache reverse proxy.
When my application generates links using cherrypy.url() I need them
to reflect the proxy's path information, etc.
When reading this page:
[link]
It seems to indicate that I would have to hard-code the path... more »
|
|
form processing
|
| |
greetings, i'm web and cherry challenged and need what may be a minor
push to get going. i'm trying to finally abandon thick client design
(qt, c++) in favor of a restful approach. basically i got a battery of
checkboxes, select boxes, and other controls that make up a control
panel that "sockets" its way to a c++ app. i got most of the c++ app... more »
|
|
Routes and cherrypy
|
| |
Hi
I'm currently trying to change a bit what my url look like.
I currently have url like :
[link]
[link]
Which works very fine. But for various reasons,I'd like to use url
like that :
[link]... more »
|
|
RLock leakage with CP 3.0
|
| |
Hi, I'm using RamSessions with my CherryPy app and the most excellent Dowser has revealed to me that I am leaking RLocks. I followed through to the Trace page and it looks like the locks in question are ones stored in the RamSession.locks dict. The way I read the RamSession.clean_up code, the lock will never be... more »
|
|
Sudden CherryTemplate failure (Python 2.5.1 from Fedora 8 distro)
|
| |
Hi all,
I have an odd problem with CherryTemplate:
-> return cherrytemplate.renderTemplate( file = template_file)
(Pdb) c
[08/Jul/2008:13:13:00] HTTP Traceback (most recent call last):
File "/usr/lib/python2.5/site-packa ges/CherryPy-3.1.0rc1-py2.5.eg g/
cherrypy/_cprequest.py", line 606, in respond... more »
|
|
|