P
Polaris
Hi Experts:
I have a web service which retrieves user profile from Active Directory and
a Database. Just wonder, which one is better way to use the web service if I
need to retrieve 100 users profile:
Choice-1: call the web service and retrieve all 100 users profile (with a
single thread);
Choice-2: start 100 thread, each thread retrieve one user profile.
What are your opinions on the Pros and Cons on the 2 methods above?
Thanks in advance !
Polaris
I have a web service which retrieves user profile from Active Directory and
a Database. Just wonder, which one is better way to use the web service if I
need to retrieve 100 users profile:
Choice-1: call the web service and retrieve all 100 users profile (with a
single thread);
Choice-2: start 100 thread, each thread retrieve one user profile.
What are your opinions on the Pros and Cons on the 2 methods above?
Thanks in advance !
Polaris