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
Post a Comment