squid hardware requirements


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users squid hardware requirements
# 1  
Old 05-15-2009
Question squid hardware requirements

Hello,

how can I determine the required hardware for squid server if this server will serve around 100,000 users??

Thanx
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Pc Requirements

I am using a Pentium III and I want to change my cpu, which is better (AMD or dual core processor) for linux operating system. Thanks in advance for any help. (1 Reply)
Discussion started by: billcrosby
1 Replies

2. IP Networking

Squid vs iptables = no Squid access.log?

Hello, I have a pretty useless satellite link at home (far from any civilization), so I wanted to set up caching in order to speed things up. My Squid 2.6 runs "3128 transparent" and is set up quite well on a separate machine. I also have my dd-wrt router to move all port 80 traffic through... (0 Replies)
Discussion started by: theWojtek
0 Replies

3. Solaris

Hardware faulty, but which hardware?

Hi folk, I have this hardware faunty message, but dont know which hardware is this ? can you guide me ? --------------- ------------------------------------ -------------- --------- TIME EVENT-ID MSG-ID SEVERITY ---------------... (9 Replies)
Discussion started by: dehetoxic
9 Replies

4. Debian

install hardware requirements

Does any one have some words on this ' microprocessor '* and if there should be any attempt to install Debian Linux into it. Thank you I have looked at this page: 2.1.*Supported Hardware 2.1 Supported Hardware Chapter 2. System Requirements and crossed check many times and do not see any... (4 Replies)
Discussion started by: cowLips
4 Replies

5. UNIX for Dummies Questions & Answers

Requirements for unix os

what are the requirements for unix os.i got now windows xp operating system.without disturbing windows xp i want to install unix os. (1 Reply)
Discussion started by: manohar12345678
1 Replies

6. Solaris

basic hardware & system requirements for solaris 10

hi all, i want to setup a solaris10 lab for 50 trainees. kindly let me know all the basic hardware & system requirements for the lab . with regards, Raj (5 Replies)
Discussion started by: rajp_8007
5 Replies

7. Solaris

Solaris 10 on SPARC & x64/x86 hardware requirements

Hi folks Doing practice certification questions but the answers to this question appear different everywhere I look? Is it also seems to be dependent on the S10 update version using at the moment in the market place? If the book was written over year back, then I suppose the hardware... (4 Replies)
Discussion started by: angusyoung
4 Replies

8. UNIX for Dummies Questions & Answers

Hardware Requirements

Whats the hardware requirementes to Unix? (not linux, bds, etc) (1 Reply)
Discussion started by: maxgilcosta
1 Replies

9. UNIX for Dummies Questions & Answers

Hardware Requirements

Can someone please help me with the following question. I am trying to find out what the minimum hardware requirements are for a Unix OS, the vendor does not matter. Thanks in advance. (1 Reply)
Discussion started by: goodrics
1 Replies

10. Post Here to Contact Site Administrators and Moderators

posting requirements

Neo: i am not sure if this is possable but can we add fields to the new thread post. currently you have: subject message icon vb code message options attach file post a poll can we have the following added and manditory (or you recieve an error when you submit a new thread: OS:... (1 Reply)
Discussion started by: Optimus_P
1 Replies
Login or Register to Ask a Question
squid_session(8)					      System Manager's Manual						  squid_session(8)

NAME
squid_session - Squid session tracking external acl group helper SYNOPSIS
squid_session [-t idle_timeout] [-b dbpath] [-a] DESCRIPTION
This helper maintains a concept of sessions by monitoring requests and timing out sessions if no requests have been seen for the idle time- out timer. Intended use is for displaying "terms of use" pages, ad popups etc. -t idletimeout (default 3600) Specifies the session idle timeout timer. -b dbpath Path to persistent database. If not specified the session details will be kept in memory only and all sessions will reset each time Squid restarts it's helpers (Squid restart or rotation of logs). -a Active mode. In this mode sessions are started by evaluating an acl with the argument LOGIN, or terminated by the argument LOGOUT. Without this flag the helper automatically starts the session after the first request. EXAMPLE
Configuration example using the default automatic mode external_acl_type session ttl=300 negative_ttl=0 children=1 concurrency=200 %LOGIN /usr/local/squid/libexec/squid_session acl session external session http_access deny !session deny_info http://your.server/bannerpage?url=%s session Then set up http://your.server/bannerpage to display a session startup page and then redirect the user back to the requested URL given in the url query parameter. AUTHOR
This helper and documentation was written by Henrik Nordstrom <henrik@henriknordstrom.net> QUESTIONS
Any questions on usage can be sent to Squid Users <squid-users@squid-cache.org>. REPORTING BUGS
Report bugs or bug-fixes to Squid Bugs <squid-bugs@squid-cache.org> or ideas for new improvements to Squid Developers <squid-dev@squid- cache.org> SEE ALSO
squid(8) Version 1.0 19 March 2006 squid_session(8)