Re: Requests to the same process

2004-07-10 Thread Jean-Michel Hiver
"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

Re: Requests to the same process

2004-07-09 Thread João Sá
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

Re: Requests to the same process

2004-07-05 Thread Perrin Harkins
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

Re: Requests to the same process

2004-07-04 Thread Jean-Michel Hiver
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

Requests to the same process

2004-07-04 Thread João Sá
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 ___