1 Aug 2004 02:28
Re: process output has become a bit random...
David Kastrup <dak <at> gnu.org>
2004-08-01 00:28:38 GMT
2004-08-01 00:28:38 GMT
David Kastrup <dak <at> gnu.org> writes: > storm <at> cua.dk (Kim F. Storm) writes: > > > storm <at> cua.dk (Kim F. Storm) writes: > > > > > Could you try to set readmax to 1024 ? > > > > > > That may break UDP packet receive, but it isn't relevant for this case. > > > > > > Could you also try the following patch (with readmax=4096). > > > > I don't expect it to make a lot of difference, but just to rule out > > the obvious... > > [...] > > Sorry for the delay, had to go climbing. The patch does not cure the > problem. The problem still occurs with comparable severity. However, the following patch cures everything then:
This might explain why the changes in buffer size that I did previously triggered problems: that way the buffer could get larger than this threshold of 1024 bytes. It would appear that as soon as(Continue reading)


RSS Feed