in reply to Re^5: pipe fork win32
in thread pipe fork win32

http://search.cpan.org/dist/perl-5.14.0/pod/perldelta.pod#Configuration_and_Compilation
./Configure -Accflags=-DPERLIOBUF_DEFAULT_BUFSIZ=N
perlio.h 194 #define PERLIOBUF_DEFAULT_BUFSIZ (BUFSIZ > 8192 ? BUFSIZ : 8192)
#define PERLIOBUF_DEFAULT_BUFSIZ (BUFSIZ > 8192 ? BUFSIZ : 8192)

update: :) Configurable IO buffersize?

Replies are listed 'Best First'.
Re^7: pipe fork win32
by BrowserUk (Patriarch) on Aug 26, 2012 at 16:07 UTC

    Configurable, at runtime, would be fantastic. Applying an arbitrary increase to all buffered IO is very questionable.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    RIP Neil Armstrong

    /div