Koozali.org: home of the SME Server

Help Needed to speed up write speeds

Offline mikey777

  • *
  • 12
  • +0/-0
Re: Help Needed to speed up write speeds
« Reply #15 on: January 22, 2013, 01:47:22 PM »
Ok thanks let me try that will keep you updated . Fingers crosssed

Offline elmarconi

  • ****
  • 139
  • +0/-0
Re: Help Needed to speed up write speeds
« Reply #16 on: January 22, 2013, 05:00:13 PM »
Thanks again. Ok HW config is i7 sandy bridge processor with 2Tb HDD and 16Gig DDR3 ram. I am running application on windows PC's and yes before I has a novell server ver 3.1.2. Will post HDD test shortly.

Which Windows version?

Please be as extensive as possible in your reports.  That will help.

...

Offline mikey777

  • *
  • 12
  • +0/-0
Re: Help Needed to speed up write speeds
« Reply #17 on: January 23, 2013, 01:35:58 PM »
Sorry iam using windows 2000 sp4 and windows xp sp3 on workstations

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Help Needed to speed up write speeds
« Reply #18 on: January 23, 2013, 02:12:13 PM »
mmmhhh

question : which is the Role of SME?

Offline mikey777

  • *
  • 12
  • +0/-0
Re: Help Needed to speed up write speeds
« Reply #19 on: January 24, 2013, 08:21:36 AM »
Hi .It has basically replaced the role of my Novell server as a database server to run my dos application.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Help Needed to speed up write speeds
« Reply #20 on: January 24, 2013, 09:49:29 AM »
Hi .It has basically replaced the role of my Novell server as a database server to run my dos application.

"database server" is another thing :)
you are using SME as a pure file server, and you are working from Primary ibay
please follow my suggestion and let us know
please be aware that running (dos) exes from a shared folder via smb is not a good idea and, finally, you should really start a migration path toward something different

Edit: typo
« Last Edit: January 24, 2013, 11:34:11 AM by Stefano »

Offline elmarconi

  • ****
  • 139
  • +0/-0
Re: Help Needed to speed up write speeds
« Reply #21 on: January 24, 2013, 11:15:07 AM »
I can add my experience we had with an ERP system we use.
Windows front-end, Database back-end, file-system import/export/listing.

Write speed horrible. After tracing all traffic (using procmon.exe from sysinternals )  the application generated we concluded that the application was writing in small packages, one line at a time, with a file-open and a file-close after each line.
The strange thing was that on Windows shares (on another Workstation) this was not so much a problem, but running on Samba it slowed down to a crawl. Google: samba many small writes slow http://ogre.ikratko.com/archives/347

We demonstrated this the supplier, he changed the write routine so that it buffered and then flushed the write in one file-open/write/file-close. Problem solved.
« Last Edit: January 24, 2013, 11:26:51 AM by elmarconi »
...