NAS and processing speed

DRBDRB Member Posts: 105
Hello All,

I was just wondering if running a particular job by NAS has any impact on its processing time. I have a scenario wherein a task when run by NAS takes 8 hours, but running it without using NAS takes 45-50 minutes.

In this case NAS is running on the server, and even the while running without NAS is also done on the server machine, so I guess there is no change because of hardware infrastructure etc.


Is there something that can be done to make it faster?

Please suggest.
-Dhan Raj Bansal
Linkedin Profile: http://in.linkedin.com/in/dhanrajbansal

Comments

  • BeliasBelias Member Posts: 2,998
    reeeeaaaally stupid question, but who knows: is there a "suspect" part of process conditioned by GUIALLOWED?
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • DRBDRB Member Posts: 105
    Belias wrote:
    reeeeaaaally stupid question,
    Thanks for your reply....
    -Dhan Raj Bansal
    Linkedin Profile: http://in.linkedin.com/in/dhanrajbansal
  • BeliasBelias Member Posts: 2,998
    I've probably been misunderstood...i meant that the "really stupid question" is my one:
    is there a "suspect" part of process conditioned by GUIALLOWED
    :mrgreen:
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • DRBDRB Member Posts: 105
    Belias wrote:
    I've probably been misunderstood...i meant that the "really stupid question" is my one:
    is there a "suspect" part of process conditioned by GUIALLOWED
    :mrgreen:
    No, the code is same for GUIALLOWED and without that also. My first inference was also same, but is there any provision of specifying Cache memory etc. in NAS Starting (using a BAT file etc...)?
    -Dhan Raj Bansal
    Linkedin Profile: http://in.linkedin.com/in/dhanrajbansal
  • BeliasBelias Member Posts: 2,998
    DRB wrote:
    No, the code is same for GUIALLOWED and without that also. My first inference was also same, but is there any provision of specifying Cache memory etc. in NAS Starting (using a BAT file etc...)?
    i don't know...
    another possibility is that there are multiple NASes and they are running similar jobs at the same time and they're blocking each other :-k
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • krikikriki Member, Moderator Posts: 9,110
    Some things to check:
    Check if the NAS is using TCP and not named pipes or default. (If the NAS is on the server, try to use localhost (127.0.0.1) to connect to the DB. This should be the fastest.).
    Check if there was nothing else running at the same time that used CPU or other resources.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • ara3nara3n Member Posts: 9,256
    Also make sure if you running NAS on a timer that the timer is stoped when running the processes.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • kinekine Member Posts: 12,562
    And check the build of client and NAS (and the dlls in the folders).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • SogSog Member Posts: 1,023
    And make sure the computer/server has multiple CPU-cores.
    (prefferably 4 or more: 1 for the NAS, 3 for SQL)
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.