Oliver Zeigermann wrote:
Christophe Lombart wrote:
Oliver Zeigermann wrote:
- Optional tunneling of complex requests directly to stores for optimzied performance
Oliver, can you give more info on this features. Just for my understanding - seems to be interesting !
Well, as described in previous posts, I noticed complex requests like a delete, a move or a copy could be done in a single optimized SQL statement. Instead it is done by a number of statements resulting in poor performance. I thought stores should get the option to implement a special interface that will be checked my MacroImpl. This way you could "tunnel" certain requests to stores resulting in better performance. This is an approach followed by many high level interfaces including OpenGL, DirectX, etc.
- Tighter integration into J2EE environment either by using the containers TM or the JCA
I tested the patch for the Jboss TM and that's works.
That's nice! I'd still say let's discuss it a bit more and defer it to 2.1
It was a patch provide by one Slide user for this kind of issue. I just tested it and not yet go into the code.
This code need to be port to other application servers (Weblogic, Websphere, ...).
Do you have this patch ?
It's the one by Grant, right? Yes, I have it. I thought it would work with all J2EE servers, so I was wrong, wasn't I?
Oliver
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
