in reply to Re^2: 4k read buffer is too small
in thread 4k read buffer is too small

Do you think the Perl gods will make a buffer setting function available again in PerlIO?

I can't really speak for the Perl gods, but considering that the configurability of the buffer size currently is near the lowest conceivable level1, I'd think that making it user-settable (à la setvbuf with stdio) isn't prioritized very high at the moment.

You might want to bring the issue up on p5p, however... if you feel determined and are well prepared with good arguments :) — I do remember having come across a related discussion (last time I felt like needing setvbuf myself), but unfortunately, I can't find it at the moment2. I recall I did sense some reluctance to change in the overall tone of the thread...

___

1 "configurability levels" that I could think of:

2 googling the p5p archives - i.e. 'setvbuf site:www.xray.mpe.mpg.de' - doesn't produce any hits, although there are definitely some mentions of setvbuf  (presumably some restrictive robots.txt file)

Replies are listed 'Best First'.
Re^4: 4k read buffer is too small
by mr_mischief (Monsignor) on Jun 18, 2008 at 16:08 UTC
    As always, p5p welcomes well-crafted patches more openly than suggestions without code. The people needing such a configuration point may have to be the ones to put in the effort before it'd be even considered for inclusion.