Difference in execution timing when executed from different users
Hi All,
I need help ;- We are having a issue that a request runs on concurrent managers takes different time to complete when executed under different user.
like : request A (no parameter attached just the executable file) takess 2 minuetes to run with a specific user and take 30 mins with another user.
Is there any difference in the responsibility assignations ??
As per my knowledge : if both user can run a request then the time of execution should be same .
Request A runs with user X takes 2 mins (priority 45)
Request A runs with user Y takes 30 mins (Priority 50)
Both user can run the request so why is the difference in the time taken to executed the request