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.

http://httpd.apache.org/docs/2.2/mod/mod_dbd.html

Sincerely,
Joachim



Reply via email to