I don't know what the limit on shared memory would be, but it seems like
what you're describing is exactly what "sessions" are for.

On Wed, Jul 1, 2009 at 3:51 PM, Brian Kim <09su.resea...@gmail.com> wrote:

> Hi all
>
> Due to some fellows' advice, I got to know we cannot use a global
> variable as we do in a single program.
>
> Now I use an example, "mod_example_ipc.c" to use the shared memory.
>
> The shared memory is containing user specific data for each ip
> accessing to my proxy server.
>
> I was wondering about how much the shared memory is available.
>
> If it does not guarantee much space, the scalibility may be issue later.
>
> Does anybody know about the size spec of the shared memory?
>
> Thanks!
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to