Roundup Tracker - Issues

Message3666

Author stefan
Recipients richard, stefan
Date 2009-03-20.16:55:07
Message-id <1237568108.91.0.174822831798.issue2550532@psf.upfronthosting.co.za>
In-reply-to
Each time a roundup tracker instance object is created, it needs to do a
lot of work: establish database connection, load (and process) TAL page
templates, etc.
At present, only the roundup_server frontend caches instance objects to
avoid this overhead. While adding something equivalent to the mod_python
interface (apache.py) is straight forward, I wonder about the implications.
How thread-safe is Roundup ? (In particular, the RDBMS cache handling. ?)
Is it safe to simply turn on caching in apache.py, even in the face of
requests coming in from multiple apache threads in parallel ?

Richard, while I would like to work on this, I'm afraid I lack some
fundamental understanding in order to do this efficietly. Could you
please help me clarify this ?

Thanks,
        Stefan
History
Date User Action Args
2009-03-20 16:55:08stefansetmessageid: <1237568108.91.0.174822831798.issue2550532@psf.upfronthosting.co.za>
2009-03-20 16:55:08stefansetrecipients: + stefan, richard
2009-03-20 16:55:08stefanlinkissue2550532 messages
2009-03-20 16:55:07stefancreate