On Wed, 2011-09-14 at 15:38 -0500, ubyx wrote: > Another question: > The program has a high i/o frequencyto an access database while calculating. > This makes the program ca. 5 times slower than in a native windows environment. > Is there a dirty little trick to speed this up a little in wine? > If it uses an ODBC driver to talk to Access, there's a good chance you can replace Access with a native database, e.g. PostgreSQL. Martin