Thanks Henrik, In fact, I use ncsa_auth for authentication. My users use their personal login/password. For example, i would like, if there are most of 3 users connected (http request + timeout ?), anothers users can't connect (error message for them).
Is it possible to know, how many users are connecting and only allow a number of them simultaneously ? > Implementing a virtual concept of "sessions" within Squid would > probably benefit many What is it ? How to reduce the traffic then ? What are the solutions ? ;o) Thanks Henrik, Regards, J�r�me. ----- Original Message ----- From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "J�r�me PHILIPPE" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 01, 2003 11:12 AM Subject: Re: [squid-users] Only 3 users simultaneously ??? > For this some coding will be required, and some thinking to come up > with correct definitions of "user" and "simultaneously" for your > situation. > > First obstacle is that HTTP is stateless with no concept of a > "session". Because of this defining "simultaneously" is a bit tricky > as once the reply of a request has been sent there is no way of > knowing if the user is still using the site or not other than > guessing if he will send more requests. > > Implementing a virtual concept of "sessions" within Squid would > probably benefit many. > > Regards > Henrik > > > On Friday 28 February 2003 19.16, J�r�me PHILIPPE wrote: > > Hi all, > > > > For reduce my web traffic, I would like to have only 3 users > > simultaneously from my remotes sites. How do you do this ? > > > > Thanks in advance. > > > > J�r�me PHILIPPE >
