simpler by checking last mod time on a shared file
Good idea.

C/Would anyone recommend any of the IPC::*** shared memory packages for what
I'm doing?


On 5/7/07, Perrin Harkins <[EMAIL PROTECTED]> wrote:

On 5/7/07, Will Fould <[EMAIL PROTECTED]> wrote:
> Can apache processes meaningfully access any external ( i.e. shell,
> other) structures?

It's the same as any other process, i.e. the usual IPC methods are
available.  If you want to update the whole data structure at once, I
think what you're doing sounds fine, although you could make it
simpler by checking last mod time on a shared file and doing away with
semaphores.

- Perrin

Reply via email to