Bugzilla – Bug 152312
RFE: perl should use sfio from AST for I/O if available
Last modified: 2011-05-04 11:08:04 UTC
Perl allows the usage of sfio for I/O operations instead of stdio which usually results in very nice performance boost in I/O-heavy benchmarks (AT&T claims 30% performance improvement in some benchmarks). sfio is available via libast in the ast-ksh package (/usr/bin/ksh, NOT pdksh), the Suse source RPM name is ksh-93q-10.src.rpm
Hm, I think I read this before, but I cannot find any existing report. Reassigning.
Maybe, but: 1) I don't know what this breaks and, 2) it is much too late now to change this. SLES10 is feature frozen. So maybe we can try this for SL10.2 and get it into SLES11... No promises, though.
(In reply to comment #2) > Maybe, but: 1) I don't know what this breaks perl has a test suite. And a small announcement to the openSuse community may be helpful that the community checks for regressions, too. > and, > 2) it is much too late now to change this. SLES10 is feature frozen. > > So maybe we can try this for SL10.2 and get it into SLES11... > No promises, though. The RFE was for Suse Linux 10.1 but 10.2 is ok, too.
Any news or status update? Any problems found?
Well, this is a post SLES10/SL10.1 thing, so no, nothing new. We haven't even tried it yet.