Thanks much for the reply
Actally we are redirecting all request to the websense filter.
If we increase url_rewrite children and url_rewrite concurrency the
problem will be solved?
We are not sure whether websense plugin supports concurrency any views
on it.
Thanks
-Viswa
On 11/02/2010 10:09 AM, Amos Jeffries wrote:
On 02/11/10 17:28, viswanathan wrote:
Hi All,
I am using squid 2.6 stable 19 .we are using url redirector.Every
request passes through redirector.
Why? Is there not some large portion which can go without having the
URL fiddled with?
In cache.log we can see following error,
WARNING: All url_rewriter processes are busy.
WARNING:Up to 300 pending requests queued
We increased url_rewrite_children upto 100 .Still the problem exist
.Whether the error will stop if we increase url_rewrite_children?
The " 300 pending requests queued" means whether the requests are not
assigned to url_redirector process or it was waiting for previous
requests response from the url_rewrite program.
Yes.
Solution is not to play with your visitors URLs, and to use a
concurrency enabled URL re-writer.
Amos