slow file writing with solaris

From: Gaël Sainson (gsainson_at_deliasystems.com)
Date: 10/31/03


Date: Fri, 31 Oct 2003 15:21:49 +0100

I'm migrating a software from W2K to Solaris. I'm surprized to see that
sequential writing (using fopen/fwrite functions) is 6 time slower than W2K
!

The open/write functions seems to be faster but it's to must change int the
program ...

Does someone know how to incrase fopen/fwrite functions speed ?