> But I will need a thread that processes the backend stuff, such as
> maintaining the database and message queue (more like a cron). Is
> this configuration possible?

You can do this now.  We rely on cron to kick off the job, but all
the business logic is in Apache/mod_perl.  The advantage of using cron
is that it has rich support for scheduling.

Rob



Reply via email to