Peter Luciak <[EMAIL PROTECTED]> writes:

> I encountered a problem with WWWOFFLE: when I go online (I'm on dialup),
> then after a couple of minutes wwwoffle stops fetching pages and when I run
> `tcpdump' there's no traffic on the line. It loads the first couple of
> pages OK, but then it hangs. Could this be because of congested line and
> some kind of timeout? (It happened after starting 2 wgets in parallel).
> Also, I also use Privoxy, does anyone have a similar config?
> 
> I have wwwoffle on port 8080 and Privoxy on 8082. The last thing I see in
> the logs before it hangs is this:
> 
> wwwoffled[2113]: HTTP Proxy connection from host avalon (10.0.1.1). 
> wwwoffled[2113]: Forked wwwoffles -real (pid=2907). 
> wwwoffled[2113]: Child wwwoffles exited with status 0 (pid=2897). 
> wwwoffled[2113]: Currently running: 4 servers total, 0 fetchers. 
> wwwoffles[2907]: URL='http://i.iinfo.cz/iil-white.gif'. 
> wwwoffles[2907]: proto='http'; host='i.iinfo.cz'; path='/iil-white.gif'; 
>args='(null)'; user:pass='(null):(null)'
> 
> There's nothing unusual in the Privoxy logs as well... Has anybody
> encountered this problem? BTW, I use Debian sid and wwwoffle 2.7f-1.

I would imagine that what is happening is that there are some files
being requested from a server that is very slow or down.  This means
that until WWWOFFLE times out on the connections the slow connections
will remain.  If there are too many of these slow connections they
will take up all of the allowed connections which is set by the
max-servers parameter.  When the pages timeout then new connections
can be started.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             [EMAIL PROTECTED]
                                      http://www.gedanken.demon.co.uk/

WWWOFFLE users page:
        http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html

Reply via email to