what specialized tools exist to work with a mailing list

2008-08-25 Thread Daneel Yaitskov
Hi, A user of usenet uses a special program, for example gnus. It has been based on the special protocol. Mailing lists which have been based on the broadcast delivery is simple to use, but the big amount unstructed letters is difficult to read. The question-answer relationship doesn't image. I w

Re: sessions

2008-08-25 Thread Lawrence Statton
> > > > Another solution, which is not really what the OP was asking about, but > > probably fixes his problem, is to ensure that each request from the same > > client will always be sent to the same webserver (based on a hashing of > > the client's IP address, for example.) > > But client's IP ca

Re: sessions

2008-08-25 Thread Jeff Pang
On Mon, Aug 25, 2008 at 2:06 AM, Lars Haugseth <[EMAIL PROTECTED]> wrote: > > Another solution, which is not really what the OP was asking about, but > probably fixes his problem, is to ensure that each request from the same > client will always be sent to the same webserver (based on a hashing of

Re: sessions

2008-08-25 Thread Lars Haugseth
* [EMAIL PROTECTED] (David Dorward) wrote: > > JuneEarth wrote: > > How to make CGI sessions to be shared among multi-webservers? Thanks. > > They have to use a shared data store for the session information. Using > a database for that would be one approach. Another solution, which is not really