[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Many interfaces
From: |
Armin Wolfermann |
Subject: |
Re: [PATCH] Many interfaces |
Date: |
Fri, 4 Jul 2003 12:33:26 +0200 |
User-agent: |
Mutt/1.5.4i |
* Mark Burgess <Mark.Burgess@iu.hio.no> [04.07.2003 12:23]:
> On 4 Jul, Armin Wolfermann wrote:
> > -#define bufsize 4096
> > +#define bufsize 32768
>
> What is the purpose of this? This is not a good thing to do for all
> buffers. It would be better to increase the size of a specific buffer
> that needs to be larger.
Sorry, this was the simplest solution to get it run. The defined classes
grow to over 20 kB and it seems much more difficult (for me) to fix this
elsewhere in the code.