linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* local nntp connections much slower in 2.5.73 than in 2.4.x
@ 2003-07-03 17:37 John Covici
  2003-07-03 17:45 ` Ring Fan
  0 siblings, 1 reply; 2+ messages in thread
From: John Covici @ 2003-07-03 17:37 UTC (permalink / raw)
  To: linux-kernel

Hi.  I have been noticing an nntp problem in my 2.5.73 kernel.  I
have inn 2.3 set up on my machine and I use gnus to read mail and
news.  Now what happens is that when gnus starts up it connects to
the server (same box) and gets all the active newsgroups.  What I
have noticed is a drastic slowdown in 2.5.73 (or other 7x) than in my
2.4.20 kernel and I was wondering if anyone else has seen this or can
tell me either a workaround or what is going on with this.

Thanks.

-- 
         John Covici
         covici@ccs.covici.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: local nntp connections much slower in 2.5.73 than in 2.4.x
  2003-07-03 17:37 local nntp connections much slower in 2.5.73 than in 2.4.x John Covici
@ 2003-07-03 17:45 ` Ring Fan
  0 siblings, 0 replies; 2+ messages in thread
From: Ring Fan @ 2003-07-03 17:45 UTC (permalink / raw)
  To: John Covici; +Cc: linux kernel

John Covici wrote:

>Hi.  I have been noticing an nntp problem in my 2.5.73 kernel.  I
>have inn 2.3 set up on my machine and I use gnus to read mail and
>news.  Now what happens is that when gnus starts up it connects to
>the server (same box) and gets all the active newsgroups.  What I
>have noticed is a drastic slowdown in 2.5.73 (or other 7x) than in my
>2.4.20 kernel and I was wondering if anyone else has seen this or can
>tell me either a workaround or what is going on with this.
>
Loopback interface has debugging code in current 2.5.x -

Does this patch speed things up?

diff -urN linux-2.5.66/drivers/net/loopback.c 
linux-2.5.66-faster/drivers/net/lo
opback.c
--- linux-2.5.66/drivers/net/loopback.c 2003-03-24 14:00:04.000000000 -0800
+++ linux-2.5.66-faster/drivers/net/loopback.c  2003-04-05 
10:15:00.000000000 -0
800
@@ -193,8 +193,8 @@
 
        /* Current netfilter will die with oom linearizing large skbs,
         * however this will be cured before 2.5.x is done.
-        */
        dev->features          |= NETIF_F_TSO;
+        */
 
        dev->priv = kmalloc(sizeof(struct net_device_stats), GFP_KERNEL);
        if (dev->priv == NULL)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-03 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-03 17:37 local nntp connections much slower in 2.5.73 than in 2.4.x John Covici
2003-07-03 17:45 ` Ring Fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).