Click here to Skip to main content
15,884,099 members

Comments by AbassiOmar (Top 21 by date)

AbassiOmar 29-Sep-16 11:22am View    
thank you for the answer
I explain my problem

I have one stored procedure that will execute a web api
but I have 3000 customers that will consume the API web at the same time
the execution time of my stored procedure is approximately 1 second
So I had a scalability problem
so my question is is this-that it there's a solution to the 3000 mile called in a sort of quee
or if there is someone who has worked on this problem before
cordially
thank you
AbassiOmar 28-Sep-16 12:14pm View    
my stored procedure have 1 ms time for execution
AbassiOmar 28-Sep-16 12:13pm View    
i tried to generate a 3000 file csv
and send it to a server
and for generate this files, I need to consume a stored precedure
the same 3000 times
AbassiOmar 28-Sep-16 11:54am View    
realy i excutes my stored procedure 3000 time simltanious
thank you
AbassiOmar 25-Mar-15 12:40pm View    
i trie but i can'y do that if any body have any idea