Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-21 Thread Sanne Grinovero
Hi Petar, willing to experiment with it is awesome, but I'm skeptical on that project. The benchmark I've found on the JCS site is not measuring what matters; for example the put an get operations are sequential and not multithreaded, so we have no clue about how it can handle contention or even s

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Petar Tahchiev
Hi Alex, sure - keep me in the loop when you have the jsr107 provider ready and i'll give it and jcs a try. Cheers 2014-08-20 20:23 GMT+03:00 Alex Snaps : > Petar, thanks, I'll have a look at it! > I'll try to clear up some time this week (no promise here though! But if > you'd like to help...

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Alex Snaps
Petar, thanks, I'll have a look at it! I'll try to clear up some time this week (no promise here though! But if you'd like to help...) to finally finish this jsr107 provider for h2lc and try to test it against the JCS impl. then. That would let you use JCS with Hibernate. If you want a "native" JCS

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Petar Tahchiev
Hi all, seems like the documentation on the website is too old. So we can ignore the performance bit. But still, it would be nice to provide a region factory, so the end-client has the choice whichever they like. @Alex: There's a 2.0-SNAPSHOT here: https://repository.apache.org/content/repositori

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Alex Snaps
I'll try avoiding a flame war here... especially as I'm a Terracotta employee and working on Ehcache. That being said, the FAQ says: "I just built both EHCache (1.2-beta4) and JCS (1.2.7.0) from head, (...)", where 1.3.0 was released over 7 years ago, I guess "just" has relative semantics here. Lat

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Guillaume Smet
Hi Petar, On Wed, Aug 20, 2014 at 6:36 PM, Petar Tahchiev wrote: > I would really like to give apache commons jcs a spin (the FAQ says > performancewise it's faster than EHCache) I don't know JCS but I find it funny they criticize the fact that Ehcache published an old benchmark and that they st

[hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Petar Tahchiev
Hi guys, I would really like to give apache commons jcs a spin (the FAQ says performancewise it's faster than EHCache) but I don't really know what to set this property to: hibernate.cache.region.factory_class With EHCache and Hibernate 4 I have it set as following: hibernate.cache.region.factor