<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 15 Jul 2011, at 13:10, Sanne Grinovero wrote:</div><blockquote type="cite"><p>Hi,<br>
in the case of Lucene Queries my main concern is about how to a) properly serialize the query&nbsp;b) how to stream the resusts back, possibly having some pagination / flow control.</p></blockquote><div>If you want we can have a look together to see wether this can work for queries.</div><blockquote type="cite"><p>
I didn't look into hotrod sources, but I was not assuming the hard part would to make it possible to send some new commands&nbsp;So if that's all what is needed for transactions to work properly, can't you just add the commands before 5.1?</p></blockquote>This approach has some limitations: only works with the java client, also doesn't support eager locking transactions, nor recovery/distributed tx.&nbsp;</div><div>Even so, I think it covers most of the transactional scenarios I've seen in the community.&nbsp;<br></div><br></body></html>