jpa - How does JPA2.0 handle concurrent requests by client? -


how jpa handle single request , 1000 requests same data database?

is there change in accessing speed of data if 1000 request same data @ time?

how handles single request , multiple requests if request access same data database?

within in typical transaction manager configuration have own transaction created each request. concurrency being handled database.

for more information transaction handling take @ posts of question.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -