Hi,
We would like to synchronize some data with head-office. It looks like we can do this with the NAV 2009 version webservice but what happens if 200 external users sync their data (10-100Kb). I gues it's processed one by one.
We could have the webservice running on the NAV server and from a different IIS server send the outside request to the webservice but then again the IIS would have multiple threads to the webservice, which can only handle ?
With the NAS and a message queue the same, but I thought the request will be placed in the queue, so if the sender doesn't expect a reply, the NAS could (single thread, one by one) process all the received data.
or is there a another option? and thank you for helping out, or even a hint what you use now and why it's best to use or avoid it.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
200 internet users <---> IIS webservice/normal webpage <
> NAV 2009 webservice + NAV server
We could remove IIS webservice, but with it, we have an extra step, but also more security and we can use IIS compression to send data back quickly.
Is this setup multithreaded too? If 10 users all submit a (read) request on IIS, then 10 request are made to the NAV 2009 webservice and start all in at the same time?
Sorry for all the questions, of course I will read on on this forum.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks for the update Kine..
Because I needed to implement a webservice in NAV4.0 I've used this one: http://blogs.msdn.com/b/nav/archive/200 ... v-5-0.aspx
and it's very stable (knock on wood). I guess it's not multithreaded?