> From: "Hihn, Jason" <[EMAIL PROTECTED]>

> What is updating the table? Another [apache module] thread or another
> process?
>
> If they are from the same module, I'd think you could use a static int
> or semaphore. There's also shared memory.

Some CGIs and cron jobs are updating the table, so some kind of IPC is
necessary.

Shared memory might be the way to go, but I am afraid of the platform
dependencies (the module targets both Apache/1.3 and 2.0, so I cannot use
libapr).
That is why I am wondering if there is an easy way in the SQLite side.

Reply via email to