Re: shared table (create a pool from a block of memory?)

2007-08-04 Thread Joachim Zobel
Am Freitag, den 03.08.2007, 16:54 -0500 schrieb Ray Morris: More complex data needs to be held in a structure like a table, though. If you need a shared table consider using a relational database. It is much more scaleable, it handles concurreny and it is probably faster than you think.

Re: Idle time?

2007-08-04 Thread Joachim Zobel
Am Donnerstag, den 02.08.2007, 13:00 -0400 schrieb Farokh Irani: Does apache support calling modules at idle time, ie after a time interval when there's nothing going on, calling the modules so they can get some processing time? AFAIK no. You can run a job that uses OS process priorities

Re: Idle time?

2007-08-04 Thread Nick Kew
On Thu, 2 Aug 2007 13:00:20 -0400 Farokh Irani [EMAIL PROTECTED] wrote: Does apache support calling modules at idle time, ie after a time interval when there's nothing going on, calling the modules so they can get some processing time? It's not clear to me what you're looking for, but a