Re: [hibernate-dev] [infinispan-dev] Feedback on Infinispan patch

2009-09-12 Thread Sanne Grinovero
Hi Łukasz, what are the news about the Lucene Directory? I'm very eager to test it, and have some time to help you if needed. Is there an updated patch to see? How are you testing it? Maybe I could help on that? Also we're going to need some "glue" to integrate the first part of your work (the j

Re: [hibernate-dev] [infinispan-dev] Feedback on Infinispan patch

2009-09-12 Thread Łukasz Moreń
Hi Sanne, I think Lucene dir works ok. I improved it following suggestions and fixed bugs that came up. Now I'm doing some performance tests, and would like to compare it with other Directories. To do it, I've created web app, that inserts and queries data (one insert and one query per request). W

Re: [hibernate-dev] [infinispan-dev] Feedback on Infinispan patch

2009-09-12 Thread Sanne Grinovero
Hi Łukasz, a web application is certainly a good use case for your work, but it's very hard to properly stress test your code this way. JMeter is going to provide you with nice graphs, still you're not focusing on the interesting code but on a much larger stack, including HTTP communication, which