WS Response Slow

yukonyukon Member Posts: 361
edited 2014-06-13 in NAV Three Tier
Hi All,

I'm facing WS response is intermittent slow. I have notice WS is not response if we are call same web service different application. Why WS is need to wait and response until another application read process finish? Is it bug or should i use the latest build version?

Navision 2009R2 (B32843)

I have test this way.

1. Test
Run App - 1 Read Item (1 Record) response 46.875 ms (Running ERP Server)


2. Test
Run App - 1 Read Item (1 Record) response 46.875 ms (Running ERP Server)
Run App - 2 Read Item (1000 Record) response 3843.00 ms (Running Client PC)

App - 1 stopping until App - 2 get data. App - 1 response is between 46~62.




Best Regards,
Yukon
Make Simple & Easy

Comments

  • vremeni4vremeni4 Member Posts: 323
    Hi,

    I think this issue may be caused by locking.
    When you run
    App - 1 Read Item (1 Record) it will lock the table or record range
    so
    App - 2 Read has to wait for the lock to be released.

    It is also important to find out how you call the service.

    IT is also possible to install a second NAV Server service , so that different application can use different NAV Servers.

    I hope this helps.
    Thanks.
Sign In or Register to comment.