Hi Brandon, well i was just reading some hibernate tutorials and there were some thought about binding a db connection at least to a http request to gain more performance. Now im writing an ajax webapplication, so i have a lot of tiny http requests. So binding the db connection there wouldn't make much sense. So I thought, if its beneficial I would prefer binding it to a http sessions. Well might be of course total bogus :-D. To be honest I'm not even sure how the performance would improve especially since there is a connection pooling to begin with. Any remarks on my thoughts? - Andreas I can't imagine a situation where I would tie a connection to an HttpSession. What is causing you to consider this? If you can provide some insight as to why you would want to do this we can provide more pointed advice. |
- Complex mapping Andreas Prudzilko
- Re: Complex mapping Andreas Prudzilko
- Connection session bound Andreas Prudzilko
- Re: Connection session bound Brandon Goodin
- Re: Connection session bound Andreas Prudzilko
- Re: Connection session bound Larry Meadors
- Re: Connection session bound Andreas Prudzilko
- RE: Connection session bou... Chris Lamey
- Re: Connection session bou... Larry Meadors
- Re: Connection session bou... Clinton Begin