"Jo縊 S・ <[EMAIL PROTECTED]>" wrote:
>
> Well, my idea is to build a persistent IMAP module to use with mod_perl.
> So, unfortunetly this is not the solution.
It seems that you need an IMAP proxy which keeps your connections
persistent on which you can connect speedily.
There are already programs
t: Re: Requests to the same process
Date: 05 Jul 2004 11:14:37 -0400
On Sun, 2004-07-04 at 19:38, Jean-Michel Hiver wrote:
> > The idea is to get always the same apache process to handle requests
> > from the same client.
> >
> > I need this because I want to use some
On Sun, 2004-07-04 at 19:38, Jean-Michel Hiver wrote:
> > The idea is to get always the same apache process to handle requests
> > from the same client.
> >
> > I need this because I want to use something that is in memory, in a
> > mod_perl variable.
>
> You need a session to uniquely identify
The idea is to get always the same apache process to handle requests
from the same client.
I need this because I want to use something that is in memory, in a
mod_perl variable.
You need a session to uniquely identify clients. There are a horde of
module on CPAN to help you do that.
http://se
Hi everybody,
I need to do a thing that I don't know if it's possible.
The idea is to get always the same apache process to handle requests from
the same client.
I need this because I want to use something that is in memory, in a mod_perl
variable.
Thanks In Advance,
Joao Sa
___