[GitHub] tomcat issue #51: #41 Check and update session record if one already exists.

2017-04-06 Thread alexisgayte
Github user alexisgayte commented on the issue: https://github.com/apache/tomcat/pull/51 I can see the point to lock the table in case of load balancing. But the previous version was deleting and inserting only. Will it not put down the perf as 90% are update? --- If your

[GitHub] tomcat issue #51: #41 Check and update session record if one already exists.

2017-04-01 Thread alexisgayte
Github user alexisgayte commented on the issue: https://github.com/apache/tomcat/pull/51 Hi Guys, I could not run the test but I use this code for my tomcat8. That will fix the issue #41. Also remove and create the session create some issue if you want to link the PK

[GitHub] tomcat pull request #51: #41 Check and update session record if one already ...

2017-04-01 Thread alexisgayte
GitHub user alexisgayte opened a pull request: https://github.com/apache/tomcat/pull/51 #41 Check and update session record if one already exists. - Closed the Statement. - Update followed by insert if row==0 to minimize request. You can merge this pull request into a Git